Explorar el Código

wip exporters

3.x
Andrew Wallo hace 9 meses
padre
commit
c1d0abf813
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app/Providers/MacroServiceProvider.php

+ 1
- 1
app/Providers/MacroServiceProvider.php Ver fichero

497
                 }
497
                 }
498
 
498
 
499
                 try {
499
                 try {
500
-                    Carbon::parse($state)->toDateString();
500
+                    return Carbon::parse($state)->toDateString();
501
                 } catch (\Exception) {
501
                 } catch (\Exception) {
502
                     return null;
502
                     return null;
503
                 }
503
                 }

Loading…
Cancelar
Guardar