]> _ Git - odl.git/commitdiff
wip #4914
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 5 Jan 2022 07:51:43 +0000 (08:51 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 5 Jan 2022 07:51:43 +0000 (08:51 +0100)
app/Http/Controllers/FrontController.php

index 76df174a56dc61b6e46539151213275b6cbafd95..3960b410a6d406d4628bec8a166f7fbbafd8daf1 100644 (file)
@@ -64,7 +64,6 @@ class FrontController extends Controller
     protected function _getHomeFromCMS()
     {
         $res= Publication::find('1')->getPageData();
-        dd($res);
         return $res;
     }