Skip to content

Commit

Permalink
Merge pull request laravel#1852 from threesquared/patch-2
Browse files Browse the repository at this point in the history
Prepend slash to the fully qualified class name
  • Loading branch information
taylorotwell committed Oct 21, 2015
2 parents efe61dc + 24d17b7 commit 5fd34e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ Instead of using Closure callbacks to extend the Validator, you may also extend

<?php

class CustomValidator extends Illuminate\Validation\Validator {
class CustomValidator extends \Illuminate\Validation\Validator {

public function validateFoo($attribute, $value, $parameters)
{
Expand Down

0 comments on commit 5fd34e5

Please sign in to comment.