We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b868c commit e058078Copy full SHA for e058078
src/Schema.php
@@ -17,6 +17,7 @@ class Schema implements Arrayable
17
use IsArrayable {
18
IsArrayable::toArray as IsArrayableToArray;
19
}
20
+ use CanHaveRef;
21
22
/**
23
* @var bool
0 commit comments