Skip to content

Commit 7a529b7

Browse files
Merge branch 'master' into patch-1
2 parents 0fcab3d + a200b2a commit 7a529b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/resources/views/blog_categories/category.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</div>
1212

1313
<div class="admin-content">
14-
<form action="blog/categories/save/{{ $category->id or 'new'}}" method="post" enctype="multipart/form-data">
14+
<form action="blog/categories/save/{{ $category->id ?? 'new'}}" method="post" enctype="multipart/form-data">
1515
{{ csrf_field() }}
1616

1717
@if ($errors->first('title'))
@@ -118,4 +118,4 @@
118118
</div>
119119

120120

121-
@stop
121+
@stop

0 commit comments

Comments
 (0)