mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 17:02:16 +00:00
backend refactored
This commit is contained in:
@@ -10,6 +10,9 @@ use Illuminate\Support\Str;
|
||||
use Laravel\Scout\Searchable;
|
||||
use TeamTNT\TNTSearch\Indexer\TNTIndexer;
|
||||
|
||||
/**
|
||||
* @method static whereUserId($id)
|
||||
*/
|
||||
class Client extends Model
|
||||
{
|
||||
use HasFactory, Searchable;
|
||||
|
||||
Reference in New Issue
Block a user