Skip to content

Commit

Permalink
Apply fixes from StyleCI (#2684)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
GrahamCampbell committed Aug 12, 2017
1 parent 44d659c commit 613b744
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions app/Models/Meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}

0 comments on commit 613b744

Please sign in to comment.