Skip to content

Commit

Permalink
Update LaraCart.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepolo committed Jan 19, 2016
1 parent 7236142 commit 404b101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facades/LaraCart.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ class LaraCart extends Facade
*/
protected static function getFacadeAccessor()
{
return LaraCartContract::class;
return 'laracart';
}
}

0 comments on commit 404b101

Please sign in to comment.