mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-19 06:46:49 +01:00
* [MOD] Moved non-configuration files from config to resources directory
* [FIX] Fixed wrong behavior while testing ArchiveHandler on unit tests
This commit is contained in:
@@ -82,7 +82,7 @@ final class BootstrapController extends SimpleControllerBase
|
||||
*/
|
||||
private function getJsLang()
|
||||
{
|
||||
return require CONFIG_PATH . DIRECTORY_SEPARATOR . 'strings.js.inc';
|
||||
return require RESOURCES_PATH . DIRECTORY_SEPARATOR . 'strings.js.inc';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -37,7 +37,7 @@ final class ResourceController extends SimpleControllerBase
|
||||
/**
|
||||
* @var Minify
|
||||
*/
|
||||
protected $minify;
|
||||
private $minify;
|
||||
|
||||
/**
|
||||
* Returns CSS resources
|
||||
@@ -126,8 +126,6 @@ final class ResourceController extends SimpleControllerBase
|
||||
|
||||
/**
|
||||
* @throws SPException
|
||||
* @throws \DI\DependencyException
|
||||
* @throws \DI\NotFoundException
|
||||
*/
|
||||
protected function initialize()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user