Skip to content

Commit

Permalink
Update MissingViteManifestSolutionProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mshukurlu authored Oct 30, 2024
1 parent 4a916b9 commit aafab78
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ class MissingViteManifestSolutionProvider implements HasSolutionsForThrowable

public function __construct()
{
$this->links = ['Asset bundling with Vite' =>
'https://laravel.com/docs/'.LaravelVersion::major().'.x/vite#running-vite'];
$this->links = [
'Asset bundling with Vite' => 'https://laravel.com/docs/'.LaravelVersion::major().'.x/vite#running-vite',
];
}

public function canSolve(Throwable $throwable): bool
Expand Down

0 comments on commit aafab78

Please sign in to comment.