Major refactoring for PIREP statuses and states to accomodate ACARS/route data
This commit is contained in:
10
app/Models/Navpoint.php
Normal file
10
app/Models/Navpoint.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Navpoint extends Model
|
||||
{
|
||||
public $table = 'navpoints';
|
||||
}
|
||||
Reference in New Issue
Block a user