Skip to content

Commit

Permalink
Update TestCase.php
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Jan 29, 2022
1 parent 5cabe8d commit e3f429e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Barryvdh\DomPDF\Tests;

use Barryvdh\DomPDF\Facade;
use Barryvdh\DomPDF\Facade\Pdf;
use Barryvdh\DomPDF\ServiceProvider;
use Illuminate\Support\Facades\View;

Expand Down Expand Up @@ -31,7 +31,7 @@ protected function getPackageProviders($app)
protected function getPackageAliases($app)
{
return [
'PDF' => Facade::class,
'PDF' => Pdf::class,
];
}
}

0 comments on commit e3f429e

Please sign in to comment.