Skip to content

Commit 970f657

Browse files
authored
Merge branch 'master' into 189_getOrCreateNamespace-method-refactoring
2 parents ebbbffc + 6efd417 commit 970f657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/controller.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace {{$namespace}};
1+
namespace {{ $namespace }};
22

33
@inject('str', 'Illuminate\Support\Str')
44
use {{ $resourcesNamespace }}\{{ $entity }}\{{ $str::plural($entity) }}CollectionResource;
@@ -30,7 +30,7 @@ public function create(Create{{ $entity }}Request $request, {{ $entity }}Service
3030

3131
$result = $service->create($data);
3232

33-
return {{$entity}}Resource::make($result);
33+
return {{ $entity }}Resource::make($result);
3434
}
3535

3636
@endif

0 commit comments

Comments
 (0)