<?php namespace App\Transmission\Layouts; abstract class SIFResponse extends SIFLayout { public function __construct() { parent::__construct(); } }