GibbonEdu / core

Gibbon is a flexible, open source school management platform designed to make life better for teachers, students, parents and leaders.
https://gibbonedu.org
GNU General Public License v3.0
462 stars 300 forks source link

System: new AccessManager for access control #1673

Open yookoala opened 1 year ago

yookoala commented 1 year ago

Description

Motivation and Context

How Has This Been Tested?

yookoala commented 1 year ago

I've changed the Action usage to use Action::fromRoute() instead of new Action() to initiate the instance. Should be more flexible for future changes.