8 lines
65 B
PHP
8 lines
65 B
PHP
|
<?php
|
||
|
|
||
|
namespace Application\Plugin;
|
||
|
|
||
|
class TestLoadPlugin
|
||
|
{
|
||
|
|
||
|
}
|