8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9283e commit 3133d14Copy full SHA for 3133d14
src/Facades/Notification.php
@@ -5,9 +5,9 @@
5
use Illuminate\Support\Facades\Facade;
6
7
/**
8
- * @method static object title(string $title)
9
- * @method static object event(string $event)
10
- * @method static object message(string $body)
+ * @method static static title(string $title)
+ * @method static static event(string $event)
+ * @method static static message(string $body)
11
* @method static void show()
12
*/
13
class Notification extends Facade
0 commit comments