Appzcoder\CrudGenerator\CrudGeneratorServiceProvider::register PHP Méthode

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void
    public function register()
    {
        $this->commands('Appzcoder\\CrudGenerator\\Commands\\CrudCommand', 'Appzcoder\\CrudGenerator\\Commands\\CrudControllerCommand', 'Appzcoder\\CrudGenerator\\Commands\\CrudModelCommand', 'Appzcoder\\CrudGenerator\\Commands\\CrudMigrationCommand', 'Appzcoder\\CrudGenerator\\Commands\\CrudViewCommand', 'Appzcoder\\CrudGenerator\\Commands\\CrudLangCommand');
    }
CrudGeneratorServiceProvider