Some new tests.

This commit is contained in:
James Cole
2015-03-28 06:19:09 +01:00
parent b9000519e4
commit bcf7452312
4 changed files with 91 additions and 28 deletions

View File

@@ -38,16 +38,6 @@ class HomeController extends Controller
Session::put('end', $end);
}
/**
* @return \Illuminate\Http\RedirectResponse
*/
public function flush()
{
Cache::flush();
return Redirect::route('index');
}
/**
* @return \Illuminate\View\View
*/