mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update Report model
This commit is contained in:
parent
7492194cc2
commit
9f29ab9338
1 changed files with 8 additions and 7 deletions
|
@ -27,6 +27,7 @@ class Report extends Model
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
$class = 'App\Status';
|
||||||
$column = 'id';
|
$column = 'id';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue