Skip to content

Commit b3defd7

Browse files
mpociotgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 13c709a commit b3defd7

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;
@@ -35,7 +34,7 @@ public function configurePackage(Package $package): void
3534

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

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

0 commit comments

Comments
 (0)