diff --git a/Models/Log.php b/Models/Log.php index 349960b..2c5b6c9 100644 --- a/Models/Log.php +++ b/Models/Log.php @@ -12,7 +12,7 @@ class Log implements \JsonSerializable private $layout = 0; - public function __construct(string $message = '', int $layout = 0) + public function __construct(string $message = '', int $layout = 0) { }