@@ -18,8 +18,7 @@ |
||
18 | 18 | |
19 | 19 | return $this->numeric(); |
20 | 20 | |
21 | - } |
|
22 | - elseif(config('irfa.app_license_server.char_type') == "alphabet") { |
|
21 | + } elseif(config('irfa.app_license_server.char_type') == "alphabet") { |
|
23 | 22 | |
24 | 23 | return $this->alphabet(); |
25 | 24 |