chore: code styling via pint
This commit is contained in:
@@ -16,4 +16,4 @@ class MetaFactory extends Factory
|
||||
'value' => $this->faker->word(),
|
||||
];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,10 +17,10 @@ class RemoteEmailFactory extends Factory
|
||||
'from_name' => $this->faker->name(),
|
||||
'from_email' => $this->faker->email(),
|
||||
'to' => [$this->faker->email()],
|
||||
'body_html' => '<p>' . $this->faker->paragraph() . '</p>',
|
||||
'body_html' => '<p>'.$this->faker->paragraph().'</p>',
|
||||
'body_text' => $this->faker->paragraph(),
|
||||
'is_seen' => $this->faker->boolean(),
|
||||
'timestamp' => $this->faker->dateTime(),
|
||||
];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user