ok

Mini Shell

Direktori : /home2/selectio/public_html/a1tex.in/vendor/amirami/localizator/src/Facades/
Upload File :
Current File : /home2/selectio/public_html/a1tex.in/vendor/amirami/localizator/src/Facades/Localizator.php

<?php

namespace Amirami\Localizator\Facades;

use Illuminate\Support\Collection;
use Illuminate\Support\Facades\Facade;

/**
 * @method static void localize(Collection $keys, string $type, string $locale)
 * @see \Amirami\Localizator\Services\Localizator
 */
class Localizator extends Facade
{
    /**
     * Get the registered name of the component.
     *
     * @return string
     */
    protected static function getFacadeAccessor(): string
    {
        return 'localizator';
    }
}

Zerion Mini Shell 1.0