We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81d5f5 commit ffed279Copy full SHA for ffed279
resources/views/factory.blade.php
@@ -2,7 +2,7 @@
2
$factory->define({{$reflection->getName()}}::class, function (Faker\Generator $faker) {
3
return [
4
@foreach($properties as $name => $property)
5
- '{{$name}}' => @if($property['faker']) {!!$property['type']!!} @else '{{$property['type']}}' @endif,
+ '{{$name}}' => @if($property['faker']){!!$property['type']!!}@else'{{$property['type']}}'@endif,
6
@endforeach
7
];
8
});
0 commit comments