diff options
Diffstat (limited to 'src/Toolbar/Item.php')
| -rw-r--r-- | src/Toolbar/Item.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Toolbar/Item.php b/src/Toolbar/Item.php index 1b4d1fb..25b2d0d 100644 --- a/src/Toolbar/Item.php +++ b/src/Toolbar/Item.php @@ -1,5 +1,7 @@ <?php +declare(strict_types=1); + namespace Lightscale\LaralightTables\Toolbar; use Illuminate\Database\Eloquent\Model; |
