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 92dbfe2 commit 8a0d4a3Copy full SHA for 8a0d4a3
src/Facades/Notification.php
@@ -3,7 +3,15 @@
3
namespace Native\Laravel\Facades;
4
5
use Illuminate\Support\Facades\Facade;
6
+use phpDocumentor\Reflection\Types\Object_;
7
8
+/**
9
+ * @method static object new()
10
+ * @method static object title(string $title)
11
+ * @method static object event(string $event)
12
+ * @method static object message(string $body)
13
+ * @method static void show()
14
+ */
15
class Notification extends Facade
16
{
17
protected static function getFacadeAccessor()
0 commit comments