When I install it, it automatically allows use of the class "Cart" I want to extend this class but still use the class name; cart.
I cant seem to find reference anywhere that may relate to this being called automatically.
Any assistance would be great.
Edit -
So I discovered that laravel automatically sets alias' for facades. Is there anyway i can override this and stop it from creating a facade named cart without actually editing the vendor files?