Skip to content

Commit

Permalink
Merge pull request #82 from sdebacker/patch-1
Browse files Browse the repository at this point in the history
Wrong service name in Facade
  • Loading branch information
weotch committed Apr 13, 2015
2 parents e75d875 + 1139329 commit 59a11e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Bkwld/Croppa/Facade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace Bkwld\Croppa;
class Facade extends \Illuminate\Support\Facades\Facade {
protected static function getFacadeAccessor() { return 'croppa.helpers'; }
}
protected static function getFacadeAccessor() { return 'Bkwld\Croppa\Helpers'; }
}

0 comments on commit 59a11e4

Please sign in to comment.