Skip to content

Commit

Permalink
remove require lib dependencies on laravel component
Browse files Browse the repository at this point in the history
  • Loading branch information
2amjsouza committed Oct 27, 2023
1 parent 7c08913 commit f46a41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/QrCodeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
declare(strict_types=1);

namespace Da\QrCode\Providers;
require_once '../../vendor/autoload.php';

use Da\QrCode\Component\QrCodeBladeComponent;
use Illuminate\Support\Facades\Blade;
use Illuminate\Support\ServiceProvider;
Expand Down

0 comments on commit f46a41b

Please sign in to comment.