Skip to content

Commit 2530cd7

Browse files
committed
Missing function for the 'extraOption' for the generate:console
1 parent 786d4bc commit 2530cd7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Traits/ArgumentsOptionsAccessors.php

+8
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,12 @@ protected function optionName()
6464
{
6565
return $this->option('name');
6666
}
67+
68+
/**
69+
* Get the value for the extra option
70+
*/
71+
protected function optionExtra()
72+
{
73+
return $this->option($this->extraOption);
74+
}
6775
}

0 commit comments

Comments
 (0)