mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-20 11:19:16 +00:00
Newlines [skip ci]
This commit is contained in:
@@ -22,7 +22,7 @@ class DatabaseSeeder extends Seeder
|
|||||||
$this->call('TransactionTypeSeeder');
|
$this->call('TransactionTypeSeeder');
|
||||||
$this->call('PermissionSeeder');
|
$this->call('PermissionSeeder');
|
||||||
|
|
||||||
if (App::environment() == 'testing' || App::environment() == 'homestead' || gethostname() == 'vagrant-firefly-iii') {
|
if (App::environment() == 'testing' || App::environment() == 'homestead' || gethostname() == 'lightning') {
|
||||||
$this->call('TestDataSeeder');
|
$this->call('TestDataSeeder');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -56,4 +56,4 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@@ -16,4 +16,4 @@ Password reset:
|
|||||||
|
|
||||||
Documentation:
|
Documentation:
|
||||||
https://github.com/JC5/firefly-iii/wiki/First-use
|
https://github.com/JC5/firefly-iii/wiki/First-use
|
||||||
https://github.com/JC5/firefly-iii/wiki/full-description
|
https://github.com/JC5/firefly-iii/wiki/full-description
|
||||||
|
@@ -93,4 +93,4 @@
|
|||||||
Nieuwe andere dingen
|
Nieuwe andere dingen
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -199,4 +199,4 @@ class ExpandedFormTest extends TestCase
|
|||||||
$this->assertTrue(str_contains($result, 'Pillow fight!'));
|
$this->assertTrue(str_contains($result, 'Pillow fight!'));
|
||||||
$this->assertTrue(str_contains($result, 'abcde_holder'));
|
$this->assertTrue(str_contains($result, 'abcde_holder'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user