BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
app.imagivibe.com
/
app
/
Domains
/
Entity
/
Facades
📤 Upload
📝 New File
📁 New Folder
Close
Editing: Entity.php
<?php declare(strict_types=1); namespace App\Domains\Entity\Facades; use Illuminate\Support\Facades\Facade; /** * @mixin \App\Domains\Entity\EntityManager * @mixin \App\Domains\Entity\BaseDriver */ class Entity extends Facade { protected static function getFacadeAccessor(): string { return 'ai.entity'; } }
Save
Cancel