Skip to content

Commit

Permalink
fix: old niklasravnsborg/mpdf is included
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasravnsborg committed Dec 21, 2016
1 parent 482f2d3 commit c38273e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelPdf/PdfServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Illuminate\Support\Facades\Config;
use Illuminate\Support\ServiceProvider as BaseServiceProvider;

include base_path('vendor/niklasravnsborg/mpdf/mpdf.php');
include base_path('vendor/mpdf/mpdf/mpdf.php');

class PdfServiceProvider extends BaseServiceProvider {

Expand Down

0 comments on commit c38273e

Please sign in to comment.