mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Improve test coverage, remove dead code.
This commit is contained in:
@@ -35,6 +35,9 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||
* @property int $user_id
|
||||
* @property string $status
|
||||
* @property string $stage
|
||||
* @property string $key
|
||||
* @property string $provider
|
||||
* @property string $file_type
|
||||
*/
|
||||
class ImportJob extends Model
|
||||
{
|
||||
|
@@ -34,6 +34,7 @@ use FireflyIII\User;
|
||||
* Class Preference.
|
||||
*
|
||||
* @property mixed $data
|
||||
* @property string $name
|
||||
*/
|
||||
class Preference extends Model
|
||||
{
|
||||
@@ -49,7 +50,7 @@ class Preference extends Model
|
||||
];
|
||||
|
||||
/** @var array */
|
||||
protected $fillable = ['user_id', 'data', 'name', 'data'];
|
||||
protected $fillable = ['user_id', 'data', 'name'];
|
||||
|
||||
/**
|
||||
* @param $value
|
||||
|
Reference in New Issue
Block a user