Move authentication around.

This commit is contained in:
James Cole
2016-01-08 18:29:47 +01:00
parent c0fad106f0
commit fd9a7080ea
26 changed files with 51 additions and 3 deletions

View File

@@ -11,6 +11,10 @@ use Response;
*/
class HelpController extends Controller
{
public function __construct()
{
$this->middleware('auth');
}
/**
* @param HelpInterface $help