Skip to content

Commit 600d6ef

Browse files
committed
fixbug
1 parent 3f983f2 commit 600d6ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BootExtension.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static function boot()
1313
{
1414
static::registerRoutes();
1515

16-
Admin::extend('log-viwer', __CLASS__);
16+
Admin::extend('log-viewer', __CLASS__);
1717
}
1818

1919
/**
@@ -38,6 +38,6 @@ public static function import()
3838
{
3939
parent::createMenu('Log viwer', 'logs', 'fa-database');
4040

41-
parent::createPermission('Logs', 'ext.log-viwer', 'logs*');
41+
parent::createPermission('Logs', 'ext.log-viewer', 'logs*');
4242
}
4343
}

0 commit comments

Comments
 (0)