6 lines
58 B
PHP
Executable File
6 lines
58 B
PHP
Executable File
<?php
|
|
|
|
class Model {
|
|
public function __construct() { }
|
|
}
|