Update Report model

This commit is contained in:
Daniel Supernault 2018-11-03 21:25:26 -06:00
parent 7492194cc2
commit 9f29ab9338
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -27,6 +27,7 @@ class Report extends Model
break;
default:
$class = 'App\Status';
$column = 'id';
break;
}