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

Commit 38370ea

Browse files
committed
Cleanup
1 parent 74602c5 commit 38370ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^8.0 || ^8.1",
20-
"illuminate/contracts": "^9.0",
21-
"spatie/once": "^3.1"
20+
"illuminate/contracts": "^9.0"
2221
},
2322
"require-dev": {
2423
"laravel/pint": "^1.0",
@@ -63,4 +62,4 @@
6362
},
6463
"minimum-stability": "dev",
6564
"prefer-stable": true
66-
}
65+
}

src/Facades/Splade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* @method static EventRefresh refreshOnEvent()
2121
* @method static self reset()
2222
* @method static self setModalKey(string $key)
23+
* @method static self setRootView(string $view)
2324
* @method static self share($key, $value)
2425
* @method static SpladeToast toast(string $message = '')
2526
* @method static SpladeToast toastOnEvent(string $message = '')

0 commit comments

Comments
 (0)