]> BookStack Code Mirror - bookstack/commit
Started base work on attribute system
authorDan Brown <redacted>
Fri, 6 May 2016 19:33:08 +0000 (20:33 +0100)
committerDan Brown <redacted>
Fri, 6 May 2016 19:33:08 +0000 (20:33 +0100)
commit5080b4996e32faed8d62f2625e2d310b432202e6
tree8b9dcab3ce7063f83ec403c1fdac4d6487fca257
parent1903422113a3962faf29d60c6ddf240164af7d4a
Started base work on attribute system
app/Attribute.php [new file with mode: 0644]
app/Entity.php
app/Http/Controllers/AttributeController.php [new file with mode: 0644]
app/Http/routes.php
app/Repos/AttributeRepo.php [new file with mode: 0644]
app/Services/PermissionService.php
database/migrations/2016_05_06_185215_create_attributes_table.php [new file with mode: 0644]