Skip to content

Commit

Permalink
Removes unused method provides().
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Sep 2, 2018
1 parent 881e3b2 commit 6f5bf2f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/GtinValidationServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,4 @@ private function getCustomErrorMessage($attribute, $rule)
->reject("validation.custom.{$attribute}.{$rule}")
->first();
}

/**
* Get the services provided by the provider.
*
* @return array
*/
public function provides()
{
return ['validator'];
}
}

0 comments on commit 6f5bf2f

Please sign in to comment.