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 8775be1 commit 4b23c83Copy full SHA for 4b23c83
README.md
@@ -26,14 +26,8 @@ Prevents overlapping for artisan console commands.
26
class Foo extends Command
27
{
28
use WithoutOverlapping;
29
-
30
- protected $signature = 'foo';
31
- protected $description = 'Some dummy Foo command';
32
33
- public function handle()
34
- {
35
- $this->info('Foo!');
36
- }
+
+ // ...
37
}
38
```
39
0 commit comments