Skip to content

Commit

Permalink
Update InstallCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbmaulana authored Oct 26, 2023
1 parent e3299e4 commit ce1f085
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Console/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ protected function installStack()
{
(new Filesystem)->ensureDirectoryExists(base_path("routes/user"));
(new Filesystem)->ensureDirectoryExists(base_path("routes/admin"));
(new Filesystem)->copy(__DIR__."/../../../stubs/routes/user/acl.php", base_path("routes/user/acl.php"));
(new Filesystem)->copy(__DIR__."/../../../stubs/routes/admin/acl.php", base_path("routes/admin/acl.php"));
$this->helper->putRoute("api.php", "user/acl.php");
$this->helper->putRoute("api.php", "admin/acl.php");

(new Filesystem)->ensureDirectoryExists(app_path("Http/Controllers/ACL"));
Expand Down

0 comments on commit ce1f085

Please sign in to comment.