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