Skip to content

Commit

Permalink
test edit to default view
Browse files Browse the repository at this point in the history
  • Loading branch information
bmbove committed Jun 1, 2017
1 parent 9ebd4ec commit 208190f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Controller/PublicController.php
Expand Up @@ -3,11 +3,13 @@
namespace MauticPlugin\MauticMosaicoBundle\Controller;

use Mautic\CoreBundle\Controller\CommonController;
use Mautic\CoreBundle\Controller\FormController;

class PublicController extends CommonController
class PublicController extends FormController
{
public function builderAction()
public function builderAction($objectId)
{
$model = $this->getModel('email');
return $this->render('MauticMosaicoBundle:Default:index.html.php');
}
}
1 change: 1 addition & 0 deletions Views/Default/index.html.php
@@ -1,5 +1,6 @@
<html>
<body>
<h1>test</h1>
<?php echo "test"; ?>
</body>
</html>

0 comments on commit 208190f

Please sign in to comment.