This commit is contained in:
Visman 2020-10-25 22:22:33 +07:00
parent eb40ac316b
commit 252c6dfe96
3 changed files with 2 additions and 16 deletions

View file

@ -12,20 +12,6 @@ use RuntimeException;
class Model extends DataModel
{
/**
* Конструктор
*
* @param Container $container
*/
# public function __construct(Container $container)
# {
# parent::__construct($container);
#
# $this->zDepend = [
# 'subject' => ['censSubject'],
# ];
# }
/**
* Получение родительского раздела
*/

View file

@ -44,7 +44,7 @@ if (
}
$c->PUBLIC_URL = $c->BASE_URL . $forkPublicPrefix;
$c->FORK_REVISION = 21;
$c->FORK_REVISION = 22;
$c->START = $forkStart;
$c->DIR_APP = __DIR__;
$c->DIR_PUBLIC = $forkPublic;

View file

@ -1,4 +1,4 @@
# ForkBB rev.21 Pre-Alpha Readme
# ForkBB rev.22 Pre-Alpha Readme
## About