Skip to content

Commit

Permalink
remove unneed config
Browse files Browse the repository at this point in the history
  • Loading branch information
MoamenEltouny committed Apr 6, 2022
1 parent b92c555 commit 4c3b0ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/AuditsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ public function register()
*/
public function boot()
{
// Publishes
$this->publishes([
__DIR__ . '/config.php' => config_path('Pharaonic/auditable.php'),
], ['pharaonic', 'laravel-auditable']);
//
}
}

0 comments on commit 4c3b0ba

Please sign in to comment.