Skip to content

Commit

Permalink
fix package name in boot method
Browse files Browse the repository at this point in the history
  • Loading branch information
jrm2k6 committed Apr 13, 2015
1 parent 081445b commit e3b1de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JD/Cloudder/CloudderServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class CloudderServiceProvider extends ServiceProvider {
*/
public function boot()
{
$this->package('jd/cloudder');
$this->package('jrm2k6/cloudder');
}

/**
Expand Down

0 comments on commit e3b1de5

Please sign in to comment.