summaryrefslogtreecommitdiff
path: root/src/Service.php
blob: 838980ae44e12bbe8b125cee13a0dec9591bddb4 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

declare(strict_types=1);

namespace Lightscale\LaralightTables;

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