mirror of
https://github.com/getgrav/grav.git
synced 2026-07-04 16:07:49 +02: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