Skip to content

Commit

Permalink
fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sawirricardo committed May 27, 2022
1 parent 5ec859d commit ea54610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

use Api2Pdf\Api2Pdf as Client;
use Sawirricardo\Api2pdf\Api2pdf;
use Sawirricardo\Api2pdf\Laravel\Api2pdf;

if (! function_exists('api2pdf')) {
function api2pdf(): Client
Expand Down

0 comments on commit ea54610

Please sign in to comment.