Skip to content

Commit 985d670

Browse files
authored
Merge branch 'master' into fixes
2 parents 263acee + 4538ec7 commit 985d670

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "~6.0",
21-
"laravel/laravel": "5.*"
21+
"laravel/laravel": "~5.5"
2222
},
2323
"autoload": {
2424
"psr-4": {

src/BootExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected static function registerRoutes()
3636
*/
3737
public static function import()
3838
{
39-
parent::createMenu('Log Viewer', 'logs', 'fa-database');
39+
parent::createMenu('Log viewer', 'logs', 'fa-database');
4040

4141
parent::createPermission('Logs', 'ext.log-viewer', 'logs*');
4242
}

0 commit comments

Comments
 (0)