please add an option to do something like $bean->store(); instead of R::store($bean);
and same for trash $bean->trash();
*edit: i could add a model to the bean, but i'd still have to add the model for all types of beans manually. also, i won't be able to add another model for sepsific bean type
please add an option to do something like
$bean->store();
instead ofR::store($bean);
and same for trash$bean->trash();
*edit: i could add a model to the bean, but i'd still have to add the model for all types of beans manually. also, i won't be able to add another model for sepsific bean type