refactor: Fix initialization errors.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2022-06-16 07:54:44 +02:00
parent ef73720d2b
commit 66dcab2cd0
19 changed files with 124 additions and 168 deletions

View File

@@ -36,6 +36,10 @@ abstract class ResourceBase extends SimpleControllerBase
{
protected Minify $minify;
/**
* @throws \SP\Core\Exceptions\SessionTimeout
* @throws \SP\Core\Exceptions\SPException
*/
public function __construct(
Application $application,
SimpleControllerHelper $simpleControllerHelper,