Пример #1
0
 public static function findById($id)
 {
     $state = State::findById($id)->all();
     return $state;
 }