1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-01-03 05:34:14 +00:00

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