8000 [9.x] Vite by jessarcher · Pull Request #42785 · laravel/framework · GitHub
[go: up one dir, main page]

Skip to content

[9.x] Vite #42785

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jun 22, 2022
Prev Previous commit
Add missing import
  • Loading branch information
jessarcher committed Jun 22, 2022
commit a254664d5afa7dfc42904324531ec2e868b36d7c
1 change: 1 addition & 0 deletions tests/Foundation/FoundationViteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Illuminate\Tests\Foundation;

use Illuminate\Foundation\Vite;
use Illuminate\Routing\UrlGenerator;
use Mockery as m;
use PHPUnit\Framework\TestCase;
Expand Down
0