Вход Регистрация
Файл: gapps/vendor/laravel/framework/src/Illuminate/Support/Facades/DB.php
Строк: 18
<?php

namespace IlluminateSupportFacades;

/**
 * @see IlluminateDatabaseDatabaseManager
 * @see IlluminateDatabaseConnection
 */
class DB extends Facade
{
    
/**
     * Get the registered name of the component.
     *
     * @return string
     */
    
protected static function getFacadeAccessor()
    {
        return 
'db';
    }
}
Онлайн: 1
Реклама