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 8ce8696 commit 5033102Copy full SHA for 5033102
src/WidgetGenerator.php
@@ -5,6 +5,9 @@
5
use Illuminate\Console\GeneratorCommand as LaravelGeneratorCommand;
6
use Symfony\Component\Console\Input\InputOption;
7
8
+/**
9
+ * @codeCoverageIgnore
10
+ */
11
class WidgetGenerator extends LaravelGeneratorCommand
12
{
13
/**
0 commit comments