pluck($column, $key); } /** * {@inheritdoc} */ public function all(): EloquentCollection { return Country::all(); } }