Skip to content

Commit 6311377

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent fa446dc commit 6311377

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Illuminate/Support/Facades/Schema.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
* @method static \Illuminate\Database\Connection getConnection()
4040
* @method static \Illuminate\Database\Schema\Builder setConnection(\Illuminate\Database\Connection $connection)
4141
* @method static void blueprintResolver(\Closure $resolver)
42+
* @method static void macro(string $name, object|callable $macro)
43+
* @method static void mixin(object $mixin, bool $replace = true)
44+
* @method static bool hasMacro(string $name)
45+
* @method static void flushMacros()
4246
*
4347
* @see \Illuminate\Database\Schema\Builder
4448
*/

0 commit comments

Comments
 (0)