1 2 3 4 5 6 7 8 9 10 11
<?php namespace hji\construction\core; class Paths extends \hji\common\utils\Paths { function __construct($pluginFile) { parent::__construct($pluginFile); } }