Flávio Medeiros
Flávio Medeiros
Is there a timeline for when this will be merged?
I've developed a new trait called `RefreshDatabase` that extends `Illuminate\Foundation\Testing\RefreshDatabase`. Within this trait, I've overwritten the `beginDatabaseTransaction` method without implementing any functionality. My trait example ```php
> @medeiroz what purpose does that extra trait serve? Since the original trait itself is opt-in, wouldn't the better solution just be to not include the trait in the first...