Use correct return value

[MAILPOET-2320]
This commit is contained in:
Pavel Dohnal
2019-09-03 10:15:05 +02:00
committed by M. Shull
parent c3bd05e7e3
commit abdf20b490
8 changed files with 37 additions and 0 deletions

View File

@@ -130,6 +130,9 @@ class Model extends \Sudzy\ValidModel {
parent::__construct($validator);
}
/**
* @return bool|static
*/
static function create() {
return parent::create();
}