Skip to content

Commit f46b9db

Browse files
authored
FIx Bug HOOK_SYSTEM_PRIORITY
1 parent 88073ed commit f46b9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelExtensionServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class LaravelExtensionServiceProvider extends ServiceProvider
2929
public function register()
3030
{
3131
//
32-
define('HOOK_SYSTEM_PRIORITY', 15);
32+
//define('HOOK_SYSTEM_PRIORITY', 15);
3333

3434
// config
3535
$this->publishConfig();

0 commit comments

Comments
 (0)