DZ
Size: a a a
DZ
d.
DZ
DZ
DZ
DZ
ЕК
ЕК
S
dd(Customer::all());
Collection {#1122
#items: []
}``
Если через Db
```DB::table('customers')->get(); то, получаю данныеS
dd(Customer::all());
Collection {#1122
#items: []
}``
Если через Db
```DB::table('customers')->get(); то, получаю данныеprotected $table = 'customers';
AB
protected $table = 'customers';
S
customers.id = ? and customers.deleted_at is null and customers.company_id is null limit 1"```S
"select * from `customers` where `id` = ? limit 1"
AB
S
AB
limit 1S
П
protected $table = 'customers';
S
Collection {#1122
#items: []
}S