@@ -72,7 +72,7 @@ |
||
| 72 | 72 | /** |
| 73 | 73 | * Delete index. |
| 74 | 74 | * |
| 75 | - * @param mixed $index |
|
| 75 | + * @param string $index |
|
| 76 | 76 | */ |
| 77 | 77 | protected function deleteIndex($index) |
| 78 | 78 | { |
@@ -2,8 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Isswp101\Persimmon\Model; |
| 4 | 4 | |
| 5 | -use Isswp101\Persimmon\Contracts\Presentable; |
|
| 6 | -use Isswp101\Persimmon\Contracts\Storable; |
|
| 7 | 5 | use Isswp101\Persimmon\DI\Container; |
| 8 | 6 | use Isswp101\Persimmon\Exceptions\IllegalCollectionException; |
| 9 | 7 | use Isswp101\Persimmon\Exceptions\ModelNotFoundException; |