Code cleanup

This commit is contained in:
James Cole 2017-03-18 07:45:52 +01:00
parent 97f67912f4
commit a25a499ed4
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -13,10 +13,10 @@ declare(strict_types = 1);
namespace FireflyIII\Models;
use Crypt;
use FireflyIII\Exceptions\FireflyException;
use Illuminate\Contracts\Encryption\DecryptException;
use Illuminate\Database\Eloquent\Model;
use Crypt;
use Log;
/**