This commit is contained in:
mark_story 2016-09-12 23:19:08 -04:00
parent 9d1fbb95b3
commit dc2fa498ef

View file

@ -53,6 +53,7 @@ class ConstructorPost extends Model {
parent::__construct($id, $table, $ds); parent::__construct($id, $table, $ds);
$this->getDataSource()->cacheMethods = false; $this->getDataSource()->cacheMethods = false;
} }
} }
/** /**