Skip to content

Commit 8552a52

Browse files
author
vagrant
committed
update readme.md
1 parent 73200bf commit 8552a52

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

app/Http/Controllers/Admin/GalleryController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public function destroyImage(Request $request)
230230
$gallery->update(['image' => '']);
231231
}
232232

233-
return response()->json(['message' => 'User image successfully deleted']);
233+
return response()->json(['message' => 'Gallery image successfully deleted']);
234234
}
235235

236236
/**
56 KB
Binary file not shown.

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CMS built on Laravel 5.1, AngularJS 1.4.7 and Material Design
77
- Users/User Roles, Posts, Gallery, Profile CRUD
88
- Authentication
99
- John papa Angular style
10-
- Material Design
10+
- Responsive Material Design
1111
- Image Manipulation
1212
- Sass
1313

0 commit comments

Comments
 (0)