Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Riley19280 authored and github-actions[bot] committed Nov 27, 2023
1 parent b2ebedb commit 7c9ed40
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Stencil.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@
namespace CodeStencil;

use Closure;
use function CodeStencil\Utility\array_flatten;
use Illuminate\Support\Traits\Conditionable;
use Illuminate\Support\Traits\Macroable;

use function CodeStencil\Utility\array_flatten;

class Stencil
{
use CodeStencilHelpers;
use FileHeaderStencil;
use Macroable;
use Conditionable;
use FileHeaderStencil;
use LaravelStringHelpers;
use Macroable;

protected string $content = '';

Expand Down

0 comments on commit 7c9ed40

Please sign in to comment.