Compare commits

..

1 Commits
0.4 ... master

Author SHA1 Message Date
Michał Sieciechowicz 248006a830 PR2: 0.2.3
Co-Authored-By: Sieciech <sieciech@noreply.fufle.net>
Co-Committed-By: Sieciech <sieciech@noreply.fufle.net>
2021-03-08 10:28:32 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ abstract class Model {
} }
protected static function QueryModel() { protected static function QueryModel() {
if (true || (self::$query === null && self::class !== static::class)) { if (self::$query === null && self::class !== static::class) {
self::$query = static::SetQueryModel(); self::$query = static::SetQueryModel();
} }
return self::$query; return self::$query;