We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0f2c3 commit 102de56Copy full SHA for 102de56
1 file changed
user_guide_src/source/tutorial/news_section.rst
@@ -21,6 +21,8 @@ your database properly as described :doc:`here <../database/configuration>`.
21
22
::
23
24
+ namespace App\Models;
25
+
26
use CodeIgniter\Model;
27
28
class NewsModel extends Model
0 commit comments