Skip to content

Commit

Permalink
Merge pull request #4 from Codexshaper/analysis-RvEDdY
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI for InstallDatabaseManager
  • Loading branch information
Codexshaper authored Feb 1, 2020
2 parents 4e8d2af + 68701ae commit 131b5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/InstallDatabaseManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
);

Expand Down

0 comments on commit 131b5c8

Please sign in to comment.