Mpociot\Teamwork\TeamworkServiceProvider::registerCommands PHP Method

registerCommands() protected method

Register scaffolding command
protected registerCommands ( )
    protected function registerCommands()
    {
        $this->app['make.teamwork'] = $this->app->share(function () {
            return new MakeTeamwork();
        });
        $this->commands(['make.teamwork']);
    }