mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-08 15:06:30 +02:00
Merge pull request #568 from BradEstey/patch-1
Fixed class definition typo.
This commit is contained in:
@@ -67,7 +67,7 @@ include 'views/foo-list.php';
|
|||||||
|
|
||||||
{% highlight php %}
|
{% highlight php %}
|
||||||
<?php
|
<?php
|
||||||
class FooModel()
|
class FooModel
|
||||||
{
|
{
|
||||||
protected $db;
|
protected $db;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user