kopia lustrzana https://github.com/pixelfed/pixelfed
11 wiersze
110 B
PHP
11 wiersze
110 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace App;
|
||
|
|
|
||
|
|
use Illuminate\Database\Eloquent\Model;
|
||
|
|
|
||
|
|
class CollectionItem extends Model
|
||
|
|
{
|
||
|
|
//
|
||
|
|
}
|