Skip to content

Commit fd92830

Browse files
committed
Fix install command
1 parent 8377803 commit fd92830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ protected function registerWaterlineServiceProvider()
4848
file_put_contents(app_path('Providers/WaterlineServiceProvider.php'), str_replace(
4949
"namespace App\Providers;",
5050
"namespace {$namespace}\Providers;",
51-
file_get_contents(app_path('Providers/.php'))
51+
file_get_contents(app_path('Providers/WaterlineServiceProvider.php'))
5252
));
5353
}
5454
}

0 commit comments

Comments
 (0)