@@ -226,7 +226,7 @@ |
||
226 | 226 | /** |
227 | 227 | * Returns the pagination object. |
228 | 228 | * @param string $className the pagination object class name. Parameter is available since version 1.1.13. |
229 | - * @return CPagination|false the pagination object. If this is false, it means the pagination is disabled. |
|
229 | + * @return boolean the pagination object. If this is false, it means the pagination is disabled. |
|
230 | 230 | */ |
231 | 231 | public function getPagination($className = 'CPagination') |
232 | 232 | { |
@@ -16,7 +16,6 @@ |
||
16 | 16 | use Exception; |
17 | 17 | use Maslosoft\Mangan\EntityManager; |
18 | 18 | use Maslosoft\Mangan\Events\Event; |
19 | -use Maslosoft\Mangan\Events\ModelEvent; |
|
20 | 19 | use Maslosoft\Mangan\Events\RestoreEvent; |
21 | 20 | use Maslosoft\Mangan\Events\TrashEvent; |
22 | 21 | use Maslosoft\Mangan\Finder; |