Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Aug 22, 2022
1 parent 74602c5 commit 38370ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
],
"require": {
"php": "^8.0 || ^8.1",
"illuminate/contracts": "^9.0",
"spatie/once": "^3.1"
"illuminate/contracts": "^9.0"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down Expand Up @@ -63,4 +62,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}
1 change: 1 addition & 0 deletions src/Facades/Splade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* @method static EventRefresh refreshOnEvent()
* @method static self reset()
* @method static self setModalKey(string $key)
* @method static self setRootView(string $view)
* @method static self share($key, $value)
* @method static SpladeToast toast(string $message = '')
* @method static SpladeToast toastOnEvent(string $message = '')
Expand Down

0 comments on commit 38370ea

Please sign in to comment.