Skip to content

Commit

Permalink
Merge pull request #5 from compwright/push-with-brand
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
ramsey committed Nov 23, 2016
2 parents bccdf50 + a1055d3 commit 6503d39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Validators/ShootProofAlbumValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @todo Complete validation functionality for ShootProofAlbumValidator
*/
class ShootProofAlbumValidator extends ShootproofEntityValidator
class ShootProofAlbumValidator extends ShootProofEntityValidator
{
/**
* {@inheritdoc}
Expand Down
2 changes: 1 addition & 1 deletion src/Validators/ShootProofBrandValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @todo Complete validation functionality for ShootProofBrandValidator
*/
class ShootProofBrandValidator extends ShootproofEntityValidator
class ShootProofBrandValidator extends ShootProofEntityValidator
{
/**
* {@inheritdoc}
Expand Down
2 changes: 1 addition & 1 deletion src/Validators/ShootProofEventValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @todo Complete validation functionality for ShootProofEventValidator
*/
class ShootProofEventValidator extends ShootproofEntityValidator
class ShootProofEventValidator extends ShootProofEntityValidator
{
/**
* {@inheritdoc}
Expand Down

0 comments on commit 6503d39

Please sign in to comment.