File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 17
17
* @method static void component(string $class, string|null $alias = null, string $prefix = '')
18
18
* @method static void components(array $components, string $prefix = '')
19
19
* @method static array getClassComponentAliases()
20
+ * @method static void anonymousComponentPath(string $path, string|null $prefix = null)
20
21
* @method static void anonymousComponentNamespace(string $directory, string|null $prefix = null)
21
22
* @method static void componentNamespace(string $namespace, string $prefix)
23
+ * @method static array getAnonymousComponentPaths()
22
24
* @method static array getAnonymousComponentNamespaces()
23
25
* @method static array getClassComponentNamespaces()
24
26
* @method static void aliasComponent(string $path, string|null $alias = null)
You can’t perform that action at this time.
0 commit comments