browner12\helpers\HelperServiceProvider::getHelpersDirectory PHP 메소드

getHelpersDirectory() 공개 메소드

get the directory the helpers are stored in
public getHelpersDirectory ( ) : mixed
리턴 mixed
    public function getHelpersDirectory()
    {
        return config('helpers.directory', 'Helpers');
    }