summaryrefslogtreecommitdiff
path: root/src/ServiceProvider.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/ServiceProvider.php')
-rw-r--r--src/ServiceProvider.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php
index 1128218..ec482f1 100644
--- a/src/ServiceProvider.php
+++ b/src/ServiceProvider.php
@@ -1,5 +1,7 @@
<?php
+declare(strict_types=1);
+
namespace Lightscale\LaralightTables;
use Illuminate\Foundation\Console\AboutCommand;