mapguesser/views/tests/view_invalid_multiple_extends.php

6 lines
82 B
PHP
Raw Permalink Normal View History

2020-06-28 22:55:15 +02:00
@extends(parent1)
@extends(parent2)
<div>Test HTML with multiple @extends</div>