From 53784d0b01ae4bf33fe095b27ab84a6a519c8d75 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 12 Oct 2019 22:20:05 -0500 Subject: [PATCH] lookups --- app/Models/Lookups/StationLookup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;