Merge branch 'matthewpi/yarn-upgrade' into feature/react-admin

This commit is contained in:
Matthew Penner 2021-07-13 15:25:43 -06:00
commit ef5380e59d
24 changed files with 13271 additions and 8566 deletions

View file

@ -21,7 +21,7 @@ class AllocationFactory extends Factory
{
return [
'ip' => $this->faker->unique()->ipv4,
'port' => $this->faker->unique()->randomNumber(5),
'port' => $this->faker->unique()->numberBetween(1024, 65535),
];
}
}