fixup! chg: [user] GPG key fetching by server

pull/5210/head
Jakub Onderka 2020-01-26 19:28:04 +01:00
parent a9f6af9fcb
commit fd4588154a
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
App::uses('AppModel', 'Model');
App::uses('AuthComponent', 'Controller/Component');
App::uses('RandomTool', 'Tools');
App::uses('GpgTool', 'Tools');
class User extends AppModel
{