mirror of
https://github.com/getgrav/grav.git
synced 2026-07-10 19:32:45 +02:00
Fixed error when activating Flex Accounts in GRAV system configuration (PHP 7.1)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
1. [](#bugfix)
|
||||
* Improve blueprint initialization in Flex Objects (fixes content aware fields)
|
||||
* Fixed error when activating Flex Accounts in GRAV system configuration (PHP 7.1)
|
||||
|
||||
# v1.7.0-beta.8
|
||||
## 09/19/2019
|
||||
|
||||
@@ -346,5 +346,5 @@ trait FlexMediaTrait
|
||||
|
||||
abstract public function getFlexDirectory(): FlexDirectory;
|
||||
|
||||
abstract public function getStorageKey();
|
||||
abstract public function getStorageKey(bool $master = false): string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user