Overtrue\LaravelLang\TranslationServiceProvider::registerCommands PHP Метод

registerCommands() защищенный Метод

Register lang:publish command.
protected registerCommands ( )
    protected function registerCommands()
    {
        $this->commands(PublishCommand::class);
    }