summaryrefslogtreecommitdiff
path: root/src/Concerns
diff options
context:
space:
mode:
Diffstat (limited to 'src/Concerns')
-rw-r--r--src/Concerns/Makable.php2
-rw-r--r--src/Concerns/WithAttributes.php2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/Concerns/Makable.php b/src/Concerns/Makable.php
index b215b2d..e7c4433 100644
--- a/src/Concerns/Makable.php
+++ b/src/Concerns/Makable.php
@@ -1,5 +1,7 @@
<?php
+declare(strict_types=1);
+
namespace Lightscale\LaralightTables\Concerns;
trait Makable
diff --git a/src/Concerns/WithAttributes.php b/src/Concerns/WithAttributes.php
index d97f84a..dceec69 100644
--- a/src/Concerns/WithAttributes.php
+++ b/src/Concerns/WithAttributes.php
@@ -1,5 +1,7 @@
<?php
+declare(strict_types=1);
+
namespace Lightscale\LaralightTables\Concerns;
use Illuminate\View\ComponentAttributeBag;