diff options
| author | Sam Light <samlight1994@gmail.com> | 2026-02-10 00:17:41 +0000 |
|---|---|---|
| committer | Sam Light <samlight1994@gmail.com> | 2026-02-10 00:17:41 +0000 |
| commit | 47c3c4b4e772c30dac12169300e20346fa47b71f (patch) | |
| tree | 5b469e853b395a8b524f60c5dd7c71dfb8efe64d /src/Concerns/Makable.php | |
| parent | ce8068292cc90e32f93aad353891be5e5108d945 (diff) | |
Added declare strict types
Diffstat (limited to 'src/Concerns/Makable.php')
| -rw-r--r-- | src/Concerns/Makable.php | 2 |
1 files changed, 2 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 |
