Code cleanup for facades
This commit is contained in:
parent
6ffe5730da
commit
92c1c162af
9 changed files with 14 additions and 211 deletions
|
@ -5,12 +5,6 @@ namespace Pterodactyl\Facades;
|
|||
use Illuminate\Support\Facades\Facade;
|
||||
use Pterodactyl\Services\Activity\AcitvityLogBatchService;
|
||||
|
||||
/**
|
||||
* @method static ?string uuid()
|
||||
* @method static void start()
|
||||
* @method static void end()
|
||||
* @method static mixed transaction(\Closure $callback)
|
||||
*/
|
||||
class LogBatch extends Facade
|
||||
{
|
||||
protected static function getFacadeAccessor()
|
||||
|
|
Reference in a new issue