@@ -24,7 +24,7 @@ discard block |
||
| 24 | 24 | { |
| 25 | 25 | public function execAfterAction(): Closure |
| 26 | 26 | { |
| 27 | - return function($action) { |
|
| 27 | + return function($action) { |
|
| 28 | 28 | //return $action; |
| 29 | 29 | if ($action === 'fixfacturasprov') { |
| 30 | 30 | $dataBase = new DataBase(); |
@@ -45,7 +45,7 @@ discard block |
||
| 45 | 45 | } elseif ($action === 'fixfacturascli') { |
| 46 | 46 | self::toolBox()->i18nLog()->notice('fixfacturascli'); |
| 47 | 47 | } |
| 48 | - }; |
|
| 48 | + }; |
|
| 49 | 49 | } |
| 50 | 50 | |
| 51 | 51 | } |
| 52 | 52 | \ No newline at end of file |