comparison src/Database/SchemaDrawer.php @ 4:84c75d9d90be

Changing usage to be bootstrap 5, not everything is reviewed but it's been started
author luka
date Tue, 19 Aug 2025 20:33:35 -0400
parents b44434aaa767
children
comparison
equal deleted inserted replaced
3:e107504fa22c 4:84c75d9d90be
1 <?php 1 <?php
2 2
3 namespace Libraries; 3 namespace Wizard\Framework\Database;
4 4
5 use Illuminate\Support\Facades\Schema; 5 use Illuminate\Support\Facades\Schema;
6 6
7 class SchemaDrawer 7 class SchemaDrawer
8 { 8 {