We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8d2af commit 68701aeCopy full SHA for 68701ae
src/Commands/InstallDatabaseManager.php
@@ -88,7 +88,7 @@ public function handle(Filesystem $filesystem)
88
$auth_config_contents = $filesystem->get(base_path('config/auth.php'));
89
$auth_config_contents = str_replace('\'token\'', '\'passport\'', $auth_config_contents);
90
$filesystem->put(
91
- base_path('config/auth.php'),
+ base_path('config/auth.php'),
92
$auth_config_contents
93
);
94
0 commit comments