Fix backend code styling

This commit is contained in:
MakingCG
2021-07-22 15:28:36 +00:00
committed by GitHub Actions
parent fffede1c10
commit 7cb485fb43
50 changed files with 80 additions and 97 deletions

View File

@@ -1,8 +1,8 @@
<?php
namespace Tests\Domain\Pages;
use Domain\Pages\Actions\SeedDefaultPagesAction;
use Tests\TestCase;
use Domain\Pages\Actions\SeedDefaultPagesAction;
class PagesTest extends TestCase
{