Apply fixes from StyleCI

This commit is contained in:
Jonny Barnes 2017-06-22 15:44:41 +00:00 committed by StyleCI Bot
parent 8ec265f686
commit 70a9d64031
2 changed files with 4 additions and 8 deletions

View file

@ -25,7 +25,8 @@ class MicropubClient extends Model
*
* @return void
*/
public function notes() {
public function notes()
{
return $this->hasMany('App\Note', 'client_id', 'client_url');
}
}