mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Fixed typo (references #1208)
This commit is contained in:
parent
c54ae89212
commit
affe7de842
@ -4,7 +4,7 @@ class ERequirementNotMet extends Exception
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
const REQUIRED_PHP_EXTENSIONS = ['fileinfo', 'pdo_sqlite', 'gd', 'ctype']];
|
const REQUIRED_PHP_EXTENSIONS = ['fileinfo', 'pdo_sqlite', 'gd', 'ctype'];
|
||||||
const REQUIRED_SQLITE_VERSION = '3.8.3';
|
const REQUIRED_SQLITE_VERSION = '3.8.3';
|
||||||
|
|
||||||
class PrerequisiteChecker
|
class PrerequisiteChecker
|
||||||
|
Loading…
x
Reference in New Issue
Block a user