public static function create(array $attributes) { $model = new ObjectTypes(); $model->fill($attributes); $model->save(); return $model; }