Marc Legay

Results 2 issues of Marc Legay

Hello, Version: 2.2.1 Using the command `bin/console eloquent:migrate:fresh` without any paramter leads to an error whereas the help output says we can use it without any parameter: `eloquent:migrate:fresh [--database DATABASE]...

**Is your feature request related to a problem? Please describe.** The following code will throw an error: ```php class User { public string $name; public Address $address; } class Address...