Update v1.0.6
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace libphonenumber;
|
||||
|
||||
/**
|
||||
* Cost categories of short numbers
|
||||
* @package libphonenumber
|
||||
*/
|
||||
class ShortNumberCost
|
||||
{
|
||||
const TOLL_FREE = 3;
|
||||
const PREMIUM_RATE = 4;
|
||||
const STANDARD_RATE = 30;
|
||||
const UNKNOWN_COST = 10;
|
||||
}
|
||||
Reference in New Issue
Block a user