mirror of https://github.com/pixelfed/pixelfed
Add Collection model
parent
a799920e4f
commit
621c36a3bc
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App;
|
||||||
|
|
||||||
|
use Illuminate\Database\Eloquent\Model;
|
||||||
|
|
||||||
|
class Collection extends Model
|
||||||
|
{
|
||||||
|
//
|
||||||
|
}
|
Loading…
Reference in New Issue