<?php namespace kernel; abstract class Middleware { abstract function handler(); }