МН
Size: a a a
МН
AG
К
AG
МН
МН
AG
К
К
AG
AG
К
AG
МН
AG
К
AK
МН
AK
МН
use Illuminate\Support\Facades\Blade;
class AppServiceProvider extends ServiceProvider
{
public function boot() {
Blade::directive('run', function($args) {
return "<?php echo \$modx->runSnippet($args); ?>";
});
}
}