diff --git a/src/Commands/InstallDatabaseManager.php b/src/Commands/InstallDatabaseManager.php index 20367c8..b3eeb1c 100644 --- a/src/Commands/InstallDatabaseManager.php +++ b/src/Commands/InstallDatabaseManager.php @@ -88,7 +88,7 @@ public function handle(Filesystem $filesystem) $auth_config_contents = $filesystem->get(base_path('config/auth.php')); $auth_config_contents = str_replace('\'token\'', '\'passport\'', $auth_config_contents); $filesystem->put( - base_path('config/auth.php'), + base_path('config/auth.php'), $auth_config_contents );