Skip to content

Commit 4446b4a

Browse files
author
Andrey Helldar
committed
Updated README.md
1 parent 280be19 commit 4446b4a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@ use Helldar\LaravelActions\Support\Actionable;
121121

122122
class Reindex extends Actionable
123123
{
124+
/**
125+
* Determines the type of launch of the action.
126+
*
127+
* If true, then it will be executed once.
128+
* If false, then the action will run every time the `migrate:actions` command is invoked.
129+
*
130+
* @var bool
131+
*/
124132
protected $once = false;
125133

126134
public function up(): void

0 commit comments

Comments
 (0)