<?php namespace App\Module; /** * Base abstract 'App' module * Extend all your application controllers from this and add custom functionality here */ class ControllerAbstract extends \Alloy\Module\ControllerAbstract {}