fly hace 4 años
padre
commit
437681a015
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      app/Http/Controllers/QuickApp/WelcomeController.php

+ 2 - 1
app/Http/Controllers/QuickApp/WelcomeController.php

@@ -155,7 +155,8 @@ class WelcomeController extends BaseController
             ],
             'position'       => [
                 'home_alert'    => getProp($adPositions, 'home_alert', []),
-                'reader_banner' => getProp($adPositions, 'reader_banner', [])
+                'reader_banner' => getProp($adPositions, 'reader_banner', []),
+                'open_alert' => getProp($adPositions, 'open_alert', []),
             ]
         ];