SmsType.php 217 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 <?php /** * Created by PhpStorm. * User: billy * Date: 11/02/2017 * Time: 9:47 AM */ namespace App\Common\Enums; class SmsType { const REGISTER = 1; const RESET_PASSWORD = 2; const SMS_LOGIN = 3; }