mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-28 09:51:21 -06:00
Newlines [skip ci]
This commit is contained in:
parent
0de1242c83
commit
ce5b20027e
@ -22,7 +22,7 @@ class DatabaseSeeder extends Seeder
|
||||
$this->call('TransactionTypeSeeder');
|
||||
$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');
|
||||
}
|
||||
}
|
||||
|
@ -56,4 +56,4 @@
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@ -16,4 +16,4 @@ Password reset:
|
||||
|
||||
Documentation:
|
||||
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
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -199,4 +199,4 @@ class ExpandedFormTest extends TestCase
|
||||
$this->assertTrue(str_contains($result, 'Pillow fight!'));
|
||||
$this->assertTrue(str_contains($result, 'abcde_holder'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user