We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e0d8b commit 7f01e12Copy full SHA for 7f01e12
1 file changed
user_guide_src/source/tutorial/news_section.rst
@@ -111,7 +111,7 @@ following code to your model.
111
return $this->findAll();
112
}
113
114
- return return $this->where(['slug' => $slug])->first();
+ return $this->where(['slug' => $slug])->first();
115
116
117
With this code, you can perform two different queries. You can get all
0 commit comments