#21 Some more fixes for PIREPs

This commit is contained in:
Nabeel Shahzad
2017-07-04 13:57:08 -05:00
parent 70dbfbcd3f
commit 870eefb83d
10 changed files with 90 additions and 57 deletions

View File

@@ -16,6 +16,7 @@ class Pirep extends Model
use SoftDeletes;
public $table = 'pireps';
public $incrementing = false;
protected $dates = ['deleted_at'];