Skip to content

Commit 4b23c83

Browse files
committed
Minor readme fixes - example simplified.
1 parent 8775be1 commit 4b23c83

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,8 @@ Prevents overlapping for artisan console commands.
2626
class Foo extends Command
2727
{
2828
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-
}
29+
30+
// ...
3731
}
3832
```
3933

0 commit comments

Comments
 (0)