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.
2 parents 9c94f27 + 805ea7a commit eeb43ddCopy full SHA for eeb43dd
src/Facades/SharedData.php
@@ -4,12 +4,18 @@
4
5
use Illuminate\Support\Facades\Facade;
6
7
+/**
8
+ * @see \Coderello\SharedData\SharedData
9
+ *
10
+ * @method static \Coderello\SharedData\SharedData put(mixed $key, mixed $value = null)
11
+ * @method static mixed get(mixed $key = null)
12
+ * @method static string toJson(int $options = 0)
13
+ * @method static string render()
14
+ */
15
class SharedData extends Facade
16
{
17
/**
- * Get the registered name of the component.
- *
- * @return string
18
+ * {@inheritdoc}
19
*/
20
protected static function getFacadeAccessor()
21
0 commit comments