Netson\L4gettext\Compilers\BladeCompiler::getCompiledPath PHP Method

getCompiledPath() public method

method just adds extension .php to parents' compiled path
public getCompiledPath ( string $path ) : string
$path string
return string
    public function getCompiledPath($path)
    {
        return parent::getCompiledPath($path) . ".php";
    }