Merge pull request #568 from BradEstey/patch-1

Fixed class definition typo.
This commit is contained in:
Josh Lockhart
2015-04-08 13:29:54 -04:00

View File

@@ -67,7 +67,7 @@ include 'views/foo-list.php';
{% highlight php %}
<?php
class FooModel()
class FooModel
{
protected $db;