Skip to content

Commit

Permalink
Merge pull request #2 from aguinaldotupy/main
Browse files Browse the repository at this point in the history
fix: missing import trait for aligned
  • Loading branch information
eighty9nine authored Feb 15, 2024
2 parents cf3f7a7 + e60f265 commit 32eca81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Components/Footer/Layout/FooterRow.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
namespace EightyNine\Reports\Components\Footer\Layout;

use EightyNine\Reports\Components\Component;
use EightyNine\Reports\Components\Concerns\CanBeAligned;

class FooterRow extends Component
{
use CanBeAligned;

/**
* @var view-string
*/
Expand Down

0 comments on commit 32eca81

Please sign in to comment.