Skip to content

Commit

Permalink
Fixed mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 25, 2018
1 parent 591aab4 commit be8b042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ORM/README.md
Expand Up @@ -177,8 +177,8 @@ store these classes. For example, you could use the `Data` folder for this:
// in src/Data/Table/ArticlesTable.php
namespace Acme\Data\Table;

use Acme\Data\Entity\Article.php;
use Acme\Data\Table\UsersTable.php;
use Acme\Data\Entity\Article;
use Acme\Data\Table\UsersTable;
use Cake\ORM\Table;

class ArticlesTable extends Table
Expand Down

0 comments on commit be8b042

Please sign in to comment.