mirror of https://github.com/flightphp/core
parent
15ff651e77
commit
431a4e7a46
@ -1,7 +1 @@
|
||||
<?php
|
||||
|
||||
$type ??= 'text';
|
||||
|
||||
?>
|
||||
|
||||
<input type="<?= $type ?>" />
|
||||
<input type="<?= $type ?? 'text' ?>" />
|
@ -1 +1 @@
|
||||
<div><?= $prop ?></div>
|
||||
<div><?= $prop ?></div>
|
Loading…
Reference in new issue