RSS Git Download  Clone
Raw Blame History
<?php

namespace Framework;

interface ControllerProviderInterface
{
    public function connect(Application $app);
}