@@ -381,7 +381,7 @@ discard block |
||
381 | 381 | /** |
382 | 382 | * Get boolean called on the original method and set it to default. |
383 | 383 | * |
384 | - * @param \Sofa\EloquenceArgumentBag $args |
|
384 | + * @param ArgumentBag $args |
|
385 | 385 | * @return string |
386 | 386 | */ |
387 | 387 | protected function getMappedBoolean(ArgumentBag $args) |
@@ -502,7 +502,7 @@ discard block |
||
502 | 502 | * |
503 | 503 | * @param \Illuminate\Database\Eloquent\Model $target |
504 | 504 | * @param array $segments |
505 | - * @return mixed |
|
505 | + * @return EloquentModel |
|
506 | 506 | */ |
507 | 507 | protected function getTarget($target, array $segments) |
508 | 508 | { |