Skip to content

Commit

Permalink
updating event priority
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Blanquera committed Jan 15, 2019
1 parent 98628d8 commit 6678b40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require-dev": {
"phpunit/phpunit": "7.0.2",
"squizlabs/php_codesniffer": "3.2.3",
"satooshi/php-coveralls": "2.0.0"
"php-coveralls/php-coveralls": "~2.1.0"
},
"require": {
"cradlephp/cradle-auth": "~2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/events.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@
);

$response->setPage('aside', 'role_menu', $content);
}, 2);
}, 10);

0 comments on commit 6678b40

Please sign in to comment.