FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
apimatic
/
core-interfaces
/
src
/
Core
Edit File: Format.php
<?php namespace CoreInterfaces\Core; interface Format { public const JSON = 'application/json'; public const XML = 'application/xml'; public const SCALAR = 'text/plain; charset=utf-8'; }
Save
Back