Total Complexity | 3 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
22 | class WizzardController extends Controller |
||
23 | { |
||
24 | |||
25 | /** @var IConfig */ |
||
26 | protected $config; |
||
27 | /** @var IUserSession */ |
||
28 | private $userSession; |
||
29 | private $AppName; |
||
30 | |||
31 | public function __construct( |
||
42 | } |
||
43 | |||
44 | |||
45 | /** |
||
46 | * @NoAdminRequired |
||
47 | * |
||
48 | * @return DataResponse |
||
49 | * @throws \OCP\PreConditionNotMetException |
||
50 | */ |
||
51 | public function dismiss(): DataResponse |
||
59 | } |
||
60 | } |