Simple routine to encrypt entries which were not encrypted yet.

This commit is contained in:
James Cole
2015-05-22 19:18:00 +02:00
parent f946f10afd
commit a496ad5814
4 changed files with 173 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ class Kernel extends HttpKernel
'auth.basic' => 'Illuminate\Auth\Middleware\AuthenticateWithBasicAuth',
'guest' => 'FireflyIII\Http\Middleware\RedirectIfAuthenticated',
'range' => 'FireflyIII\Http\Middleware\Range',
'cleanup' => 'FireflyIII\Http\Middleware\Cleanup',
'reminders' => 'FireflyIII\Http\Middleware\Reminders',
'piggybanks' => 'FireflyIII\Http\Middleware\PiggyBanks',