mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-16 20:08:24 +00:00
6 lines
109 B
PHP
6 lines
109 B
PHP
<?php
|
|
|
|
App::uses('TestSource', 'TestPlugin.Model/Datasource');
|
|
|
|
class TestLocalDriver extends TestSource {
|
|
}
|