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