10 lines
140 B
PHP
10 lines
140 B
PHP
|
|
<?php namespace Lucent\Core\Schema;
|
||
|
|
|
||
|
|
class SchemaModule
|
||
|
|
{
|
||
|
|
public function __construct()
|
||
|
|
{
|
||
|
|
// Constructor logic here
|
||
|
|
}
|
||
|
|
}
|