Skip to content

Commit 143380c

Browse files
committed
Make DebugKit optional
1 parent 70ca003 commit 143380c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

config/plugins.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
return [
4+
'DebugKit' => [
5+
'onlyDebug' => true,
6+
'optional' => true,
7+
],
8+
];

0 commit comments

Comments
 (0)