mirror of
https://github.com/getgrav/grav.git
synced 2026-03-02 18:41:34 +01:00
Fixed compatibility regression
This commit is contained in:
@@ -191,7 +191,7 @@ trait ControllerResponseTrait
|
||||
* @param string $type
|
||||
* @return $this
|
||||
*/
|
||||
abstract protected function setMessage(string $message, string $type = 'info');
|
||||
abstract protected function setMessage($message, $type = 'info');
|
||||
|
||||
/**
|
||||
* @return Config
|
||||
|
||||
Reference in New Issue
Block a user