New code.

This commit is contained in:
James Cole
2015-02-22 15:40:13 +01:00
parent 182fe170fd
commit fcbe10f5ec
26 changed files with 708 additions and 180 deletions

View File

@@ -186,7 +186,7 @@ class AccountController extends Controller
$repository->update($account, $accountData);
Session::flash('success', 'New account "' . $account->name . '" updated.');
Session::flash('success', 'Account "' . $account->name . '" updated.');
return Redirect::route('accounts.index', $what);