Refactor middleware

This commit is contained in:
Graham Campbell
2015-12-24 16:52:56 +00:00
parent fa235857b7
commit 445f5c662a
12 changed files with 47 additions and 47 deletions
@@ -54,10 +54,6 @@ class ApiOptionalAuthenticate
} catch (ModelNotFoundException $e) {
//
}
} elseif ($request->getUser()) {
if ($this->auth->onceBasic() !== null) {
//
}
}
}