Skip to content

Commit 6ebf8b2

Browse files
committed
remove laravel config file
1 parent c5262fa commit 6ebf8b2

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

laravel-config.php

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/Laravel/ServiceProvider.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ public function register()
2727
*/
2828
public function boot()
2929
{
30-
$this->publishes([
31-
__DIR__.'/../../laravel-config.php' => config_path('nik_reader.php'),
32-
]);
30+
3331
}
3432

3533
/**

0 commit comments

Comments
 (0)