I
Size: a a a
I
V
В
В
В
O
V
environment:
- PHP_IDE_CONFIG=serverName=name
xdebug.mode=debug
xdebug.client_port=9000
xdebug.client_host=host.docker.internal
xdebug.discover_client_host=0
xdebug.start_with_request=yes
xdebug.idekey=PHPSTORM
V
ร
V
ЕК
O
O
A
lic function toSearchableArray()пробую делать поиск по relation(юзеру full_name), но ничего не находит
{
$data = $this->only('url_code', 'booking_number');
if($this->user) {
$data['user'] = $this->user->only('full_name', 'email', 'phone');
}
return $data;
}
RG
RS
AA
AA
AA