| Total Complexity | 3 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Coverage | 66.67% |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class Stub extends \Nwidart\Modules\Support\Stub |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Get stub path. |
||
| 15 | * |
||
| 16 | * @return string |
||
| 17 | */ |
||
| 18 | public function getPath() |
||
| 19 | { |
||
| 20 | return get_foundation_path() . '/Generator/Stubs/' . $this->path; |
||
| 21 | } |
||
| 22 | |||
| 23 | 23 | public function getName() |
|
| 26 | } |
||
| 27 | |||
| 28 | 23 | public function getOptions() :array { |
|
| 32 |