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