class Foo should be FooModel

This commit is contained in:
Phil Sturgeon
2015-01-06 14:07:39 -05:00
parent 684f891fce
commit 4e89fcba0f

View File

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