Skip to content

Commit

Permalink
Fix for method not found error on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
myckhel committed Jul 30, 2020
1 parent 9bf632d commit 1e261a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Facades/Vtpass.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 1e261a6

Please sign in to comment.