diff options
| -rw-r--r-- | resources/views/test.phtml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/resources/views/test.phtml b/resources/views/test.phtml deleted file mode 100644 index 944d5c7132..0000000000 --- a/resources/views/test.phtml +++ /dev/null @@ -1,9 +0,0 @@ -<?php if (count($items) === 0) : ?> - There are no items -<?php else : ?> - <ol> - <?php foreach ($items as $item) : ?> - <li><?= $item ?></li> - <?php endforeach ?> - </ol> -<?php endif ?> |
