Skip to content

Commit d86df73

Browse files
committed
wrapped with details block as collapsible - wip
1 parent 19218bf commit d86df73

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,9 @@ $action->setNonRecurring()->setActOn($carbon)->save();
168168

169169
## Example
170170

171-
###### Step - 1 : some event happend and a task is created to execute on future day & time
171+
#### Step - 1 :
172+
<details>
173+
<summary>Some event happend and a task is created to execute on future day & time</summary>
172174
```php
173175
ModelAction::actWith('MAIL')
174176
->forModel($application)
@@ -180,6 +182,7 @@ ModelAction::actWith('MAIL')
180182
])
181183
->createSchedule();
182184
```
185+
</details>
183186

184187
###### Step - 2 : admin decides to alter the task
185188
```php

0 commit comments

Comments
 (0)