handleCallback)) { return 'handleUsingCallback'; } $method = 'handleFor'.Str::plural(class_basename($model)); if (method_exists($action, $method)) { return $method; } return 'handle'; } }