for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace hipanel\models;
use hiqdev\hiart\ActiveQuery;
class ReminderQuery extends ActiveQuery
{
public function toSite()
$this->andWhere([
'to_site' => true
]);
return $this;
}