File manager - Edit - /home/linknsbh/cecil-hotel.net/vendor/botble/platform/acl/src/Providers/CommandServiceProvider.php
Back
<?php namespace Botble\ACL\Providers; use Botble\ACL\Commands\UserCreateCommand; use Botble\Base\Supports\ServiceProvider; class CommandServiceProvider extends ServiceProvider { public function boot(): void { if (! $this->app->runningInConsole()) { return; } $this->commands([ UserCreateCommand::class, ]); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.81 |
proxy
|
phpinfo
|
Settings