Apply fixes from StyleCI (#2684)

[ci skip] [skip ci]
This commit is contained in:
Graham Campbell 2017-08-12 12:36:06 +01:00 committed by GitHub
parent 44d659c8b6
commit 613b7445fb

View File

@ -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();
}
}