renamed file creator.php to Creator.php
This commit is contained in:
parent
8bd802239e
commit
136e4905d6
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
require_once __DIR__.'/../src/DBmodel.php';
|
||||
require_once __DIR__.'/../src/creator.php';
|
||||
require_once __DIR__.'/../src/Creator.php';
|
||||
|
||||
$db = new \TPsoft\DBmodel\DBmodel('mysql:host=127.0.0.1;dbname=test;charset=utf8mb4', 'test', 'test');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user