Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Justas Lavišius committed Feb 4, 2019
1 parent d21c82b commit f6c83df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Database/DatabaseEloquentMorphToTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ class EloquentMorphToModelStub extends Model

public $table = 'eloquent_morph_to_model_stubs';

public function relation() {
public function relation()
{
return $this->morphTo();
}
}
Expand Down

0 comments on commit f6c83df

Please sign in to comment.