refactor: Form больше не наследует View

This commit is contained in:
origami11@yandex.ru 2025-04-03 19:59:56 +03:00
parent 2f8c788664
commit 6ef65fc826
4 changed files with 10 additions and 29 deletions

View file

@ -1,10 +1,10 @@
<?php
/**
* @package system.widgets
*/
namespace ctiso\View;
/**
* Постраничная навигация
*/
class Pages
{
static int $range = 5;
@ -54,6 +54,5 @@ class Pages
static function href($prefix, $x) {
return $prefix . $x;
}
}