Remove invalid Database facade
This commit is contained in:
parent
8c7970f17c
commit
9c5a48f2a8
|
|
@ -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';
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user