Column not extendable because of `self`
Iaotle opened this issue · 1 comments
Iaotle commented
I tried to extend the column to make a custom one but encountered an issue where the make method doesn't return an instance of the extended class but rather the parent. I think the better way would be to return new static($attribute)
instead as that would return the child class as expected.