Skip to content

Commit e058078

Browse files
committed
adding ref trait back (wrongly removed when I just meant to remove the trait method override
1 parent 03b868c commit e058078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Schema.php

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class Schema implements Arrayable
1717
use IsArrayable {
1818
IsArrayable::toArray as IsArrayableToArray;
1919
}
20+
use CanHaveRef;
2021

2122
/**
2223
* @var bool

0 commit comments

Comments
 (0)