fix: [import] of table registry added to users table

remotes/origin/main
iglocska 2020-06-22 17:47:11 +02:00
parent 0c6e88cdee
commit e5e7feff35
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ use App\Model\Table\AppTable;
use Cake\ORM\Table;
use Cake\Validation\Validator;
use Cake\ORM\RulesChecker;
use Cake\ORM\TableRegistry;
class UsersTable extends AppTable
{