Skip to content

Commit

Permalink
use space instead of tab
Browse files Browse the repository at this point in the history
  • Loading branch information
saeideng committed Aug 26, 2018
1 parent 20c5aaf commit 344ccf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/README.md
Expand Up @@ -186,7 +186,7 @@ class ArticlesTable extends Table
public function initialize()
{
$this->setEntityClass(Article::class);
$this->belongsTo('Users', ['className' => UsersTable::class]);
$this->belongsTo('Users', ['className' => UsersTable::class]);
}
}
```
Expand Down

0 comments on commit 344ccf2

Please sign in to comment.