mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Add CollectionItem model
This commit is contained in:
parent
621c36a3bc
commit
f82024d2f8
1 changed files with 10 additions and 0 deletions
10
app/CollectionItem.php
Normal file
10
app/CollectionItem.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class CollectionItem extends Model
|
||||
{
|
||||
//
|
||||
}
|
Loading…
Reference in a new issue