1<?php
2
3namespace ComboStrap;
4
5class FetcherMarkupInstructions
6{
7
8    public const NAME = "instructions";
9
10}
11