forked from mirror/pixelfed
Update Report model
This commit is contained in:
parent
24ee5b1297
commit
60923af897
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ use Illuminate\Database\Eloquent\Model;
|
|||
|
||||
class Report extends Model
|
||||
{
|
||||
protected $dates = ['admin_seen'];
|
||||
|
||||
public function url()
|
||||
{
|
||||
return url('/i/admin/reports/show/' . $this->id);
|
||||
|
|
Loading…
Reference in a new issue