mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-10-28 16:56:36 +01:00
Fix compatibility regression
This commit is contained in:
@@ -1118,7 +1118,7 @@ class AdminBaseController
|
||||
* @param string $type
|
||||
* @return $this
|
||||
*/
|
||||
protected function setMessage(string $message, string $type = 'info'): self
|
||||
protected function setMessage($message, $type = 'info')
|
||||
{
|
||||
$this->admin->setMessage($message, $type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user