делает что-то вроде
Код: Выделить всё
public function update(User $user, Customer $customer)
{
if ( request()->route()->getName('route-name') ) {
return false;
}
}
Подробнее здесь: https://stackoverflow.com/questions/566 ... index-page
Код: Выделить всё
public function update(User $user, Customer $customer)
{
if ( request()->route()->getName('route-name') ) {
return false;
}
}