Artisans! I have a question.
In a package I'm creating the current way for using the class is by first using the Quickpay::api() method, and then tacking on any other method.
How could I change my code to skip this Quickpay::api()->payments()->create() and just go directly to Quickpay::payments()->create();
github.com/mortenebak/laravel-quickpay
Any help appriciated :)