Skip to content

Commit e2bf1ea

Browse files
author
Andrey Helldar
authored
Update README.md
1 parent 2d2d261 commit e2bf1ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,9 @@ use Illuminate\Support\Facades\Artisan;
356356

357357
public function up()
358358
{
359-
Artisan::call('command-name');
359+
Artisan::call('command-name', [
360+
// parameters
361+
]);
360362
}
361363
```
362364

0 commit comments

Comments
 (0)