protected $table = 'DomainRelatedSettings';
<?php $flights = App\Models\Flight::all(); foreach ($flights as $flight) { echo $flight->name; }