]> git.mxchange.org Git - friendica.git/commit
Move Permission Set over to DDD
authorHypolite Petovan <hypolite@mrpetovan.com>
Tue, 14 Jan 2020 03:20:18 +0000 (22:20 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 20 Jan 2020 12:35:05 +0000 (07:35 -0500)
commit1c50bc58e4ab687c0100084d1a858f4f68b78d47
tree6b0f0af5e1168b33c41026784cab5a7a5d2949b7
parent5ab898f67f87b389c15a3a2fcfe7e67eac514e1a
Move Permission Set over to DDD

- Add Permission Set Repository, Model and Collection
- Mark static PermissionSet method as deprecated
src/Collection/PermissionSets.php [new file with mode: 0644]
src/Core/ACL.php
src/DI.php
src/Model/PermissionSet.php
src/Repository/PermissionSet.php [new file with mode: 0644]