Fixed class definition typo.

This commit is contained in:
Brad Estey
2015-04-08 13:25:53 -04:00
parent df81f2bb8e
commit a75e572e55

View File

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