mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-03-14 20:39:44 +01:00
parent
44d659c8b6
commit
613b7445fb
@ -68,13 +68,13 @@ class Meta extends Model
|
||||
*/
|
||||
protected $table = 'meta';
|
||||
|
||||
/**
|
||||
* Get all of the owning meta models.
|
||||
*
|
||||
* @return \Illuminate\Database\Eloquent\Relations\MorphTo
|
||||
*/
|
||||
public function meta()
|
||||
{
|
||||
return $this->morphTo();
|
||||
}
|
||||
/**
|
||||
* Get all of the owning meta models.
|
||||
*
|
||||
* @return \Illuminate\Database\Eloquent\Relations\MorphTo
|
||||
*/
|
||||
public function meta()
|
||||
{
|
||||
return $this->morphTo();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user