Skip to content

Commit 0b3f3f5

Browse files
authored
Update Comment for Command folder Config
Update Comment for Command folder Config so its more visible to the User
1 parent e941817 commit 0b3f3f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.example.php

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
// All command related configs go here
4444
'commands' => [
4545
// Define all paths for your custom commands
46+
// DO NOT PUT THE COMMAND FOLDER THERE. IT WILL NOT WORK.
47+
// Copy each needed Commandfile into the CustomCommand folder and uncommend the Line 49 below
4648
'paths' => [
4749
// __DIR__ . '/CustomCommands',
4850
],

0 commit comments

Comments
 (0)