diff --git a/playground/index.php b/playground/index.php index 99b30ce3a..764990286 100644 --- a/playground/index.php +++ b/playground/index.php @@ -2,7 +2,4 @@ require_once('playground.php'); require_once('connection.php'); require_once('models.php'); -require_once('data.php'); - -$import = new Doctrine_Import_Schema(); -$import->importSchema('../tests/schema.yml', 'yml', 'test_models', $tables); \ No newline at end of file +require_once('data.php'); \ No newline at end of file