@@ -84,10 +84,10 @@ |
||
| 84 | 84 | } |
| 85 | 85 | |
| 86 | 86 | /** |
| 87 | - * @param array|object $object |
|
| 87 | + * @param ModelNotification $object |
|
| 88 | 88 | * @param string $key |
| 89 | 89 | * @param null|mixed $default |
| 90 | - * @return mixed |
|
| 90 | + * @return string |
|
| 91 | 91 | */ |
| 92 | 92 | protected function mixedGet($object, $key, $default = null) |
| 93 | 93 | { |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Fenos\Notifynder\Models\NotificationCategory; |
| 6 | 6 | use Fenos\Notifynder\Exceptions\ExtraParamsException; |
| 7 | 7 | use Fenos\Notifynder\Models\Notification as ModelNotification; |
| 8 | -use Fenos\Notifynder\Builder\Notification as BuilderNotification; |
|
| 9 | 8 | use Illuminate\Database\Eloquent\ModelNotFoundException; |
| 10 | 9 | |
| 11 | 10 | /** |