mirror of
https://github.com/getgrav/grav.git
synced 2026-03-04 03:21:33 +01:00
Make Form::getFlash() public
This commit is contained in:
@@ -264,7 +264,7 @@ trait FormTrait
|
||||
*
|
||||
* @return FormFlash
|
||||
*/
|
||||
protected function getFlash(): FormFlash
|
||||
public function getFlash(): FormFlash
|
||||
{
|
||||
if (null === $this->flash) {
|
||||
$grav = Grav::instance();
|
||||
|
||||
Reference in New Issue
Block a user