mirror of
https://github.com/grocy/grocy.git
synced 2026-04-07 05:16:15 +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()
|
||||
{
|
||||
self::checkForSqliteVersion();
|
||||
self::checkForConfigFile();
|
||||
self::checkForConfigDistFile();
|
||||
self::checkForComposer();
|
||||
self::checkForPhpExtensions();
|
||||
self::checkForSqliteVersion();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user