Skip to content

Move interfaces from trait to abstract

Compare
Choose a tag to compare
@reinder83 reinder83 released this 01 Aug 07:52
· 6 commits to master since this release
  • Moved the countable, iteratable and jsonserializable methods to the abstract method, so it doesn't interfere with other classes that use the trait instead of extending from the abstract class.
  • Update Eloquent model example in readme