summaryrefslogtreecommitdiff
path: root/src/Columns/LinkColumn.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Columns/LinkColumn.php')
-rw-r--r--src/Columns/LinkColumn.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Columns/LinkColumn.php b/src/Columns/LinkColumn.php
index ee974df..0660d02 100644
--- a/src/Columns/LinkColumn.php
+++ b/src/Columns/LinkColumn.php
@@ -1,5 +1,7 @@
<?php
+declare(strict_types=1);
+
namespace Lightscale\LaralightTables\Columns;
use Closure;