Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 3ec3027

Browse files
committed
fix ziggy sp
1 parent 7f8c9ca commit 3ec3027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MediaManagerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ public function boot()
4949

5050
public function register()
5151
{
52-
$this->app->register(Tightenco\Ziggy\ZiggyServiceProvider::class);
52+
$this->app->register(\Tightenco\Ziggy\ZiggyServiceProvider::class);
5353
}
5454
}

0 commit comments

Comments
 (0)