adrema/app/Tex/TexCompiler.php

13 lines
164 B
PHP
Raw Normal View History

2021-07-17 15:25:39 +02:00
<?php
namespace App\Tex;
use Illuminate\View\Compilers\BladeCompiler;
class TexCompiler extends BladeCompiler
{
protected $contentTags = ['<<<', '>>>'];
}