芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/mctv/vendor/illuminate/support/Facades/Schema.php
connection($name)->getSchemaBuilder(); } /** * Get a schema builder instance for the default connection. * * @return \Illuminate\Database\Schema\Builder */ protected static function getFacadeAccessor() { return static::$app['db']->connection()->getSchemaBuilder(); } }