Make Form::getFlash() public

This commit is contained in:
Matias Griese
2019-01-16 10:10:53 +02:00
parent 29098aa8db
commit 2e277f3cb3

View File

@@ -264,7 +264,7 @@ trait FormTrait
*
* @return FormFlash
*/
protected function getFlash(): FormFlash
public function getFlash(): FormFlash
{
if (null === $this->flash) {
$grav = Grav::instance();