Bookyt is a bookkeeping/ERP application designed for small-to-medium-sized companies. It can handle debit invoices, credit invoices, projects with timelogs, swiss salary management, and much more.
If cas_authenticatable activated it's required to define CASExtraAttributesMapper class. And it would be great if we store this class inside lib/cas_extra_attributes_mapper.
So, this fix will ensure that developer must have to load lib/cas_extra_attributes_mapper when server starts.
If
cas_authenticatable
activated it's required to define CASExtraAttributesMapper class. And it would be great if we store this class insidelib/cas_extra_attributes_mapper
.So, this fix will ensure that developer must have to load
lib/cas_extra_attributes_mapper
when server starts.Thanks!