summaryrefslogtreecommitdiff
path: root/src/Service.php
blob: 01d6180a81e1cefbd67c39e9f60758d78bb7599d (plain)
1
2
3
4
5
6
7
8
<?php

namespace Lightscale\LaralightTables;

class Service
{
    public const NAMESPACE = 'laralight-tables';
}