Laravel 10.x Shift #49

Merged
nomadjimbob merged 17 commits from shift-91885 into main 2023-05-24 21:47:14 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4124cf39db - Show all commits

View File

@@ -14,7 +14,7 @@ class ArticlesApiTest extends TestCase
protected $faker;
public function setUp(): void
protected function setUp(): void
{
parent::setUp();
$this->faker = FakerFactory::create();

View File

@@ -15,7 +15,7 @@ class EventsApiTest extends TestCase
protected $faker;
public function setUp(): void
protected function setUp(): void
{
parent::setUp();
$this->faker = FakerFactory::create();