Skip to content

Commit 25b0c29

Browse files
committed
Merge branch 'master' of github.com:Codexshaper/laravel-database-manager
2 parents f24fa12 + 131b5c8 commit 25b0c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/InstallDatabaseManager.php

Lines changed: 1 addition & 1 deletion
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)