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 fa446dc commit 6311377Copy full SHA for 6311377
src/Illuminate/Support/Facades/Schema.php
@@ -39,6 +39,10 @@
39
* @method static \Illuminate\Database\Connection getConnection()
40
* @method static \Illuminate\Database\Schema\Builder setConnection(\Illuminate\Database\Connection $connection)
41
* @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()
46
*
47
* @see \Illuminate\Database\Schema\Builder
48
*/
0 commit comments