Browse Source

wip exporters

3.x
Andrew Wallo 5 months ago
parent
commit
c1d0abf813
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/Providers/MacroServiceProvider.php

+ 1
- 1
app/Providers/MacroServiceProvider.php View File

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…
Cancel
Save