Skip to content

Commit 05e6ccb

Browse files
committed
Merge branch 'main' of github.com:NativePHP/laravel
2 parents 68ff56c + b3defd7 commit 05e6ccb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/NativeServiceProvider.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Native\Laravel;
44

5-
use Illuminate\Foundation\Console\ServeCommand;
65
use Illuminate\Support\Arr;
76
use Illuminate\Support\Facades\Config;
87
use Illuminate\Support\Facades\Storage;
@@ -36,7 +35,7 @@ public function configurePackage(Package $package): void
3635

3736
public function packageRegistered()
3837
{
39-
$this->mergeConfigFrom($this->package->basePath("/../config/nativephp-internal.php"), 'nativephp-internal');
38+
$this->mergeConfigFrom($this->package->basePath('/../config/nativephp-internal.php'), 'nativephp-internal');
4039

4140
if (config('nativephp-internal.running')) {
4241
$this->configureApp();

0 commit comments

Comments
 (0)