mirror of
https://github.com/grocy/grocy.git
synced 2026-04-07 13:26:14 +02:00
Moved check behind Extensions check
This commit is contained in:
parent
05dcd5aec0
commit
722bdf4087
|
|
@ -10,11 +10,11 @@ class PrerequisiteChecker
|
||||||
{
|
{
|
||||||
public function checkRequirements()
|
public function checkRequirements()
|
||||||
{
|
{
|
||||||
self::checkForSqliteVersion();
|
|
||||||
self::checkForConfigFile();
|
self::checkForConfigFile();
|
||||||
self::checkForConfigDistFile();
|
self::checkForConfigDistFile();
|
||||||
self::checkForComposer();
|
self::checkForComposer();
|
||||||
self::checkForPhpExtensions();
|
self::checkForPhpExtensions();
|
||||||
|
self::checkForSqliteVersion();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user