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 1
S
П
protected $table = 'customers';
S
Collection {#1122
#items: []
}
S