Laravel Pint fixes
This commit is contained in:
parent
7a58287b34
commit
126bb29ae2
50 changed files with 299 additions and 299 deletions
|
@ -14,7 +14,7 @@ class AddClientToDatabaseJobTest extends TestCase
|
|||
use RefreshDatabase;
|
||||
|
||||
#[Test]
|
||||
public function clientIsAddedToDatabaseByJob(): void
|
||||
public function client_is_added_to_database_by_job(): void
|
||||
{
|
||||
$job = new AddClientToDatabase('https://example.org/client');
|
||||
$job->handle();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue