@@ -90,6 +90,9 @@ |
||
| 90 | 90 | return $this; |
| 91 | 91 | } |
| 92 | 92 | |
| 93 | + /** |
|
| 94 | + * @return RepositoryInterface |
|
| 95 | + */ |
|
| 93 | 96 | protected function makeRepository() |
| 94 | 97 | { |
| 95 | 98 | $repository = app(RepositoryInterface::class) |