mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-08 06:56:33 +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 %}
|
||||
<?php
|
||||
class FooModel()
|
||||
class FooModel
|
||||
{
|
||||
protected $db;
|
||||
|
||||
|
Reference in New Issue
Block a user