Browse Source

Fix install

Visman 2 years ago
parent
commit
da9843cf75
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/config/install.php

+ 3 - 0
app/config/install.php

@@ -141,6 +141,9 @@ return [
 
         'config'     => '@ConfigModel:install',
         'users'      => \ForkBB\Models\User\Users::class,
+        'userRules'  => '@UsersRules:init',
+
+        'UsersRules' => \ForkBB\Models\Rules\Users::class,
 
         'VLemail'    => \ForkBB\Models\Validators\Email::class,
         'VLhtml'     => \ForkBB\Models\Validators\Html::class,