diff options
Diffstat (limited to 'src/Service.php')
-rw-r--r-- | src/Service.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Service.php b/src/Service.php new file mode 100644 index 0000000..01d6180 --- /dev/null +++ b/src/Service.php @@ -0,0 +1,8 @@ +<?php + +namespace Lightscale\LaralightTables; + +class Service +{ + public const NAMESPACE = 'laralight-tables'; +} |