From 1e261a659f72f8093d9073280e9f30f4a260878e Mon Sep 17 00:00:00 2001 From: Michael Ishola Date: Thu, 30 Jul 2020 18:55:04 +0100 Subject: [PATCH] Fix for method not found error on linux --- src/Facades/Vtpass.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Facades/Vtpass.php b/src/Facades/Vtpass.php index d39fc99..ccedf33 100644 --- a/src/Facades/Vtpass.php +++ b/src/Facades/Vtpass.php @@ -4,8 +4,14 @@ use Illuminate\Support\Facades\Facade; + +use Myckhel\Vtpass\Request; +use Myckhel\Vtpass\Traits\HasQuery; + class Vtpass extends Facade { + use Request, HasQuery; + /** * Get the registered name of the component. *