Fixed compatibility regression

This commit is contained in:
Matias Griese
2019-08-26 10:51:34 +03:00
parent c300a3b8f8
commit 0ab99806db

View File

@@ -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