Skip to content

Commit 03692fe

Browse files
committed
Fix Blade comment syntax
1 parent 0942543 commit 03692fe

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

stubs/view.stub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
{--
1+
{{--
22
@extends('layouts.app')
33

44
@section('content')
55
{{ view }} template
66
@endsection
7-
--}
7+
--}}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
{--
1+
{{--
22
@extends('layouts.app')
33
44
@section('content')
55
post.show template
66
@endsection
7-
--}
7+
--}}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
{--
1+
{{--
22
@extends('layouts.app')
33
44
@section('content')
55
user.create template
66
@endsection
7-
--}
7+
--}}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
{--
1+
{{--
22
@extends('layouts.app')
33
44
@section('content')
55
user.index template
66
@endsection
7-
--}
7+
--}}

0 commit comments

Comments
 (0)