Files
lucent-laravel/src/Core/Schema/SchemaModule.php
T

10 lines
140 B
PHP
Raw Normal View History

2026-01-07 21:42:18 +02:00
<?php namespace Lucent\Core\Schema;
class SchemaModule
{
public function __construct()
{
// Constructor logic here
}
}