Remove invalid Database facade

This commit is contained in:
printempw 2018-02-25 09:19:18 +08:00
parent 8c7970f17c
commit 9c5a48f2a8

View File

@ -1,18 +0,0 @@
<?php
namespace App\Services\Facades;
use \Illuminate\Support\Facades\Facade;
class Database extends Facade
{
/**
* Get the registered name of the component.
*
* @return string
*/
protected static function getFacadeAccessor()
{
return 'database';
}
}