diff --git a/lib/rack.php b/lib/rack.php index 27b88cb..ecc54f7 100644 --- a/lib/rack.php +++ b/lib/rack.php @@ -192,4 +192,12 @@ class Rack { } +class RackMiddleware { + + public function __construct (&$app) { + $this->app =& $app; + } + +} + ?> \ No newline at end of file