diff options
Diffstat (limited to 'src/TableComponent.php')
| -rw-r--r-- | src/TableComponent.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/TableComponent.php b/src/TableComponent.php index 34d56c8..516c8da 100644 --- a/src/TableComponent.php +++ b/src/TableComponent.php @@ -1,5 +1,7 @@ <?php +declare(strict_types=1); + namespace Lightscale\LaralightTables; use Exception; |
