Вход Регистрация
Файл: vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesComments.php
Строк: 24
<?php

namespace IlluminateViewCompilersConcerns;

trait 
CompilesComments
{
    
/**
     * Compile Blade comments into an empty string.
     *
     * @param  string  $value
     * @return string
     */
    
protected function compileComments($value)
    {
        
$pattern sprintf('/%s--(.*?)--%s/s'$this->contentTags[0], $this->contentTags[1]);

        return 
preg_replace($pattern''$value);
    }
}
Онлайн: 0
Реклама