summaryrefslogtreecommitdiff
path: root/src/Concerns/WithAttributes.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Concerns/WithAttributes.php')
-rw-r--r--src/Concerns/WithAttributes.php2
1 files changed, 2 insertions, 0 deletions
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;