change phpdoc api generator to phpdoc
This commit is contained in:
10
documentation/api/files/Model/Lang.php.txt
Normal file
10
documentation/api/files/Model/Lang.php.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Thelia\Model;
|
||||
|
||||
use Thelia\Model\Base\Lang as BaseLang;
|
||||
|
||||
class Lang extends BaseLang {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user