This commit is contained in:
2019-10-12 22:20:05 -05:00
parent 866765264e
commit 53784d0b01

View File

@@ -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;