@@ -25,7 +25,7 @@ discard block |
||
| 25 | 25 | { |
| 26 | 26 | public function execAfterAction(): Closure |
| 27 | 27 | { |
| 28 | - return function($action) { |
|
| 28 | + return function($action) { |
|
| 29 | 29 | //return $action; |
| 30 | 30 | if ($action === 'fixfacturasprov') { |
| 31 | 31 | $dataBase = new DataBase(); |
@@ -49,7 +49,7 @@ discard block |
||
| 49 | 49 | } elseif ($action === 'fixfacturascli') { |
| 50 | 50 | Tools::log()->notice('fixfacturascli'); |
| 51 | 51 | } |
| 52 | - }; |
|
| 52 | + }; |
|
| 53 | 53 | } |
| 54 | 54 | |
| 55 | 55 | } |
| 56 | 56 | \ No newline at end of file |