Merge branch 'matthewpi/yarn-upgrade' into feature/react-admin
This commit is contained in:
commit
ef5380e59d
24 changed files with 13271 additions and 8566 deletions
|
@ -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),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue