mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-01 09:36:18 +00:00
3f7928fccc
Updating database.php.default file Fixing view generation task
5 lines
108 B
PHP
5 lines
108 B
PHP
<?php
|
|
App::uses('TestSource', 'TestPlugin.Model/Datasource');
|
|
class TestLocalDriver extends TestSource {
|
|
}
|
|
|