You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 More fixes 🆙
This commit is contained in:
@@ -11,6 +11,9 @@ class CatalogPage extends Model
|
||||
|
||||
public $timestamps = false;
|
||||
|
||||
/**
|
||||
* @return HasMany<CatalogItem, $this>
|
||||
*/
|
||||
public function catalogItems(): HasMany
|
||||
{
|
||||
return $this->hasMany(CatalogItem::class, 'page_id');
|
||||
|
||||
Reference in New Issue
Block a user