Skip to content

Commit

Permalink
update ziggy
Browse files Browse the repository at this point in the history
  • Loading branch information
lepikhinb committed Mar 18, 2024
1 parent 28af0ad commit fd85b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require": {
"php": "^8.0",
"illuminate/support": "^8.24|^9.0|^10.0|^11.0",
"tightenco/ziggy": "^1.5"
"tightenco/ziggy": "^2.0"
},
"require-dev": {
"orchestra/testbench": "^6.9|^7.0|^8.0|^9.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Trail.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Momentum\Trail;

use Tightenco\Ziggy\Ziggy;
use Tighten\Ziggy\Ziggy;

class Trail
{
Expand Down

0 comments on commit fd85b2c

Please sign in to comment.