Skip to content

Commit

Permalink
Merge pull request #1586 from jim-parry/fix/tutorial
Browse files Browse the repository at this point in the history
Fix model namespace in tutorial
  • Loading branch information
jim-parry authored Dec 5, 2018
2 parents b6ee14e + 102de56 commit 41065e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions user_guide_src/source/tutorial/news_section.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ your database properly as described :doc:`here <../database/configuration>`.

::

namespace App\Models;

use CodeIgniter\Model;

class NewsModel extends Model
Expand Down

0 comments on commit 41065e7

Please sign in to comment.