diff --git a/app/Models/Lookups/StationLookup.php b/app/Models/Lookups/StationLookup.php index ea4c0c4..e0e774a 100644 --- a/app/Models/Lookups/StationLookup.php +++ b/app/Models/Lookups/StationLookup.php @@ -7,7 +7,7 @@ use Illuminate\Database\Eloquent\Model; class StationLookup extends Model { //Table Name - public $table = 'station_lookups'; + public $table = 'station_lookup'; //Timestamps public $timestamps = true;