model = $model; } public function getUserAccessibleStatuses() { return $this->newQuery()->where(['is_system' => 0, 'user_access' => 1])->get(); } }