Search controller.

This commit is contained in:
James Cole
2015-02-27 11:09:23 +01:00
parent fc5c339e27
commit 8f578ed95a
11 changed files with 328 additions and 17 deletions

View File

@@ -74,7 +74,7 @@ class CurrencyController extends Controller
}
return View::make('currency.delete', compact('currency'));
return view('currency.delete', compact('currency'));
}
/**