Skip to content

Commit

Permalink
change naming
Browse files Browse the repository at this point in the history
  • Loading branch information
fico7489 committed Mar 26, 2020
1 parent 16d92b7 commit ae94319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exceptions/InvalidRelation.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

class InvalidRelation extends \Exception
{
public $message = 'Package allows only following relations : BelongsToJoin, HasOneJoin and HasMany.';
public $message = 'Package allows only following relations : BelongsTo, HasOne and HasMany.';
}

0 comments on commit ae94319

Please sign in to comment.