Skip to content

Commit

Permalink
optimize acl checking query
Browse files Browse the repository at this point in the history
  • Loading branch information
uyab committed Dec 6, 2019
1 parent 62dbbeb commit e7765c6
Show file tree
Hide file tree
Showing 5 changed files with 760 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/vendor
composer.lock
.phpunit.result.cache
node_modules
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"require": {
"php" : ">=7.2",
"illuminate/support": "~5.6|^6.0",
"illuminate/database": "~5.6|^6.0"
"illuminate/database": "~5.6|^6.0",
"spatie/once": "^2.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit e7765c6

Please sign in to comment.