Encore\Admin\Providers\AdminServiceProvider::registerCommands PHP Method

registerCommands() protected method

Register the commands.
protected registerCommands ( ) : void
return void
    protected function registerCommands()
    {
        foreach ($this->commands as $command) {
            $this->commands('Encore\\Admin\\Commands\\' . $command);
        }
    }