phurni / mortimer-poignant

Eloquent on steroids, implements RoR like ActiveRecord features as traits, including in-model validations, user stamping, declarative relations, cascaded operations on relations (save, delete).
MIT License
1 stars 1 forks source link

Change the access level for the function getColumns() & hasColumn() #2

Closed RomainLanz closed 9 years ago

RomainLanz commented 9 years ago

To avoid some conflicts it's better to keep protected access level here.

phurni commented 9 years ago

Fixed in the commit 639efcc86f72d93c8d83f4a6803a4459c5e544ed. Thanx.