We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064bb18 commit b885099Copy full SHA for b885099
console/lockable_trait.rst
@@ -39,7 +39,7 @@ that adds two convenient methods to lock and release commands::
39
// automatically when the execution of the command ends
40
$this->release();
41
42
- return Command:SUCCESS;
+ return Command::SUCCESS;
43
}
44
45
0 commit comments