Explorar el Código

Update ApiController

Daniel Supernault hace 6 años
padre
commit
9b357188e4
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      app/Http/Controllers/ApiController.php

+ 2 - 1
app/Http/Controllers/ApiController.php

@@ -39,7 +39,8 @@ class ApiController extends BaseApiController
                 ],
 
                 'ab' => [
-                    'lc' => config('exp.lc')
+                    'lc' => config('exp.lc'),
+                    'rec' => config('exp.rec'),
                 ],
             ];
         });