Skip to content

Commit 99264bc

Browse files
committed
fix: removed route service provider
1 parent c8603dc commit 99264bc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/TallPreset.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@ public static function install() : void
3030
$filesystem = new Filesystem;
3131
$filesystem->deleteDirectory(resource_path('sass'));
3232
$filesystem->copyDirectory(__DIR__ . '/../stubs/default', base_path());
33-
34-
if (file_exists(base_path('app/Providers/RouteServiceProvider.php'))) {
35-
static::updateFile(base_path('app/Providers/RouteServiceProvider.php'), static function ($file) {
36-
return str_replace(
37-
"public const HOME = '/home';",
38-
"public const HOME = '/';",
39-
$file
40-
);
41-
});
42-
}
4333
}
4434

4535
public static function installAuth()

0 commit comments

Comments
 (0)