backend refactored

This commit is contained in:
Peter Papp
2021-04-23 08:15:38 +02:00
parent 894cef5d66
commit da55b3dd78
5 changed files with 340 additions and 288 deletions

View File

@@ -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;