Sindbad~EG File Manager

Current Path : /var/www/html/eva.sumar.com.py/vendor/laraveles/spanish/src/
Upload File :
Current File : /var/www/html/eva.sumar.com.py/vendor/laraveles/spanish/src/SpanishServiceProvider.php

<?php

namespace Laraveles\Spanish;

use Illuminate\Support\ServiceProvider;

class SpanishServiceProvider extends ServiceProvider
{
    /**
     * Bootstrap the application services.
     *
     * @return void
     */
    public function boot()
    {
        $this->publishes([
             __DIR__.'/../resources/lang' => resource_path('/lang'),
        ], 'lang');

        if ($this->app->runningInConsole()) {
            $this->commands([
                Commands\InstallLang::class,
            ]);
        }
    }

    /**
     * Register the application services.
     *
     * @return void
     */
    public function register()
    {
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists