Overtrue\LaravelLang\TranslationServiceProvider::registerCommands PHP Méthode

registerCommands() protected méthode

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