Skip to content

Commit 131b5c8

Browse files
authored
Merge pull request #4 from Codexshaper/analysis-RvEDdY
Apply fixes from StyleCI for InstallDatabaseManager
2 parents 4e8d2af + 68701ae commit 131b5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Commands/InstallDatabaseManager.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function handle(Filesystem $filesystem)
8888
$auth_config_contents = $filesystem->get(base_path('config/auth.php'));
8989
$auth_config_contents = str_replace('\'token\'', '\'passport\'', $auth_config_contents);
9090
$filesystem->put(
91-
base_path('config/auth.php'),
91+
base_path('config/auth.php'),
9292
$auth_config_contents
9393
);
9494

0 commit comments

Comments
 (0)