Skip to content

Commit 0108e6d

Browse files
authored
Merge pull request #6 from jmauerhan/master
Readme: remove $ from example
2 parents 8171b8f + b3fe2eb commit 0108e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Assert that the table has timestamp columns.
131131
**Usage:**
132132

133133
```php
134-
$this->$table->hasTimestamps();
134+
$this->table->hasTimestamps();
135135
```
136136

137137
**Returns:** `EGALL\EloquentPHPUnit\Database\Table`

0 commit comments

Comments
 (0)