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.
2 parents a5997bc + 88fe405 commit 19e5cc9Copy full SHA for 19e5cc9
app/Http/Controllers/ArticleController.php
@@ -92,7 +92,7 @@ public function update(Request $request, Article $article)
92
$article->save();
93
return redirect()
94
->route('articles.index')
95
- ->with('success', 'Article created successfully');
+ ->with('success', 'Article updated successfully');
96
}
97
98
/**
0 commit comments