We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e8d2af + 68701ae commit 131b5c8Copy full SHA for 131b5c8
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