mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 07:38:29 +00:00
Some cleanup [skip ci]
This commit is contained in:
@@ -50,9 +50,6 @@ class AccountControllerTest extends TestCase
|
|||||||
{
|
{
|
||||||
if (is_null($this->account)) {
|
if (is_null($this->account)) {
|
||||||
$this->account = FactoryMuffin::create('FireflyIII\Models\Account');
|
$this->account = FactoryMuffin::create('FireflyIII\Models\Account');
|
||||||
Log::debug('Created a new account.');
|
|
||||||
//$this->account->accountType->type = 'Asset account';
|
|
||||||
//$this->account->accountType->save();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user