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 df1da4c + 4705e01 commit 21239dbCopy full SHA for 21239db
src/support/src/Facades/App.php
@@ -44,8 +44,8 @@
44
* @method static string getFallbackLocale()
45
* @method static void setLocale(string $locale)
46
* @method static string getNamespace()
47
- * @method static void make(string $name, array $parameters = [])
48
- * @method static void get(string $id)
+ * @method static mixed make(string $name, array $parameters = [])
+ * @method static mixed get(string $id)
49
* @method static void set(string $name, mixed $entry)
50
* @method static void unbind(string $name)
51
* @method static void remove(string $name)
0 commit comments