Skip to content

Commit

Permalink
Fix rendered tables on markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Defty committed Apr 6, 2020
1 parent 0752939 commit 4b6f06c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Trait | Description
#### Properties

Property | Description
--- | --- | ---
--- | ---
protected $generate | Reference to a [Generator](#class-generator) instance
protected $faker | Reference to a Faker\Generator instance, see [Faker docs](https://github.com/fzaninotto/Faker#create-fake-data)

Expand All @@ -224,7 +224,7 @@ run() | Executes when seeded | void
#### Methods

Method | Description | Return
--- | --- | --- | ---
--- | --- | ---
now() | Get the current date in `Y-m-d H:i:s` format | string

---
Expand All @@ -233,7 +233,7 @@ now() | Get the current date in `Y-m-d H:i:s` format | string
#### Methods

Method | Description | Return
--- | --- | --- | ---
--- | --- | ---
posts( array $properties, number $count ) | Generate posts with dummy data | void


Expand Down

0 comments on commit 4b6f06c

Please sign in to comment.