Пример #1
0
 public function Areas()
 {
     return Areas::whereIn('id', $this->areas)->get();
 }