Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ccd7984

Browse files
authored
Update runway.md
Removed function inputs
1 parent b033387 commit ccd7984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/v3/en/awesome-plugins/runway.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class ExampleCommand extends AbstractBaseCommand
138138
*
139139
* @return void
140140
*/
141-
public function execute(string $controller)
141+
public function execute()
142142
{
143143
$io = $this->app()->io();
144144

@@ -190,4 +190,4 @@ If you need to customize the configuration for Runway, you can create a `.runway
190190
"app/my-unique-commands"
191191
]
192192
}
193-
```
193+
```

0 commit comments

Comments
 (0)