@@ -17,8 +17,8 @@ |
||
| 17 | 17 | |
| 18 | 18 | $workflow->result() |
| 19 | 19 | ->arg(json_encode($data)) |
| 20 | - ->title('No ' .lcfirst($itemName)) |
|
| 21 | - ->subtitle('Timer will be created without a ' .lcfirst($itemName)) |
|
| 20 | + ->title('No ' . lcfirst($itemName)) |
|
| 21 | + ->subtitle('Timer will be created without a ' . lcfirst($itemName)) |
|
| 22 | 22 | ->type('default') |
| 23 | 23 | ->valid(true); |
| 24 | 24 | |