Skip to content

Commit

Permalink
Merge pull request #8 from mrgrain/master
Browse files Browse the repository at this point in the history
Fix include of helpers.php
  • Loading branch information
Propaganistas committed Apr 29, 2015
2 parents 7efef17 + e4072fc commit 19ad884
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
"autoload": {
"psr-0": {
"Propaganistas\\LaravelPhone": "src/"
}
},
"files": [
"helpers.php"
]
},
"prefer-stable": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ class LaravelPhoneServiceProvider extends ServiceProvider
public function boot()
{
$this->app['validator']->extend('phone', 'Propaganistas\LaravelPhone\Validator@phone');

include __DIR__ . '/../../../helpers.php';
}

/**
Expand Down

0 comments on commit 19ad884

Please sign in to comment.