Skip to content

Commit 0f99986

Browse files
authored
Merge pull request #26 from austincarpenter/austin/import-closure
Import `Closure`
2 parents a0a44c7 + 8fb635f commit 0f99986

File tree

7 files changed

+11
-0
lines changed

7 files changed

+11
-0
lines changed

src/Traits/HasDirection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace JaOcero\RadioDeck\Traits;
44

5+
use Closure;
6+
57
trait HasDirection
68
{
79
protected string|Closure|null $direction = null;

src/Traits/HasExtraCardsAttributes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace JaOcero\RadioDeck\Traits;
44

5+
use Closure;
56
use Illuminate\View\ComponentAttributeBag;
67

78
trait HasExtraCardsAttributes

src/Traits/HasExtraDescriptionsAttributes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace JaOcero\RadioDeck\Traits;
44

5+
use Closure;
56
use Illuminate\View\ComponentAttributeBag;
67

78
trait HasExtraDescriptionsAttributes

src/Traits/HasExtraOptionsAttributes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace JaOcero\RadioDeck\Traits;
44

5+
use Closure;
56
use Illuminate\View\ComponentAttributeBag;
67

78
trait HasExtraOptionsAttributes

src/Traits/HasGap.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace JaOcero\RadioDeck\Traits;
44

5+
use Closure;
6+
57
trait HasGap
68
{
79
protected string|Closure|null $gap = null;

src/Traits/HasIconSizes.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace JaOcero\RadioDeck\Traits;
44

5+
use Closure;
6+
57
trait HasIconSizes
68
{
79
protected array|Closure|null $iconSizes = [];

src/Traits/HasPadding.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace JaOcero\RadioDeck\Traits;
44

5+
use Closure;
6+
57
trait HasPadding
68
{
79
protected string|Closure|null $padding = null;

0 commit comments

Comments
 (0)