mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-13 17:53:05 +00:00
Initial commit
This commit is contained in:
15
vendor/nexmo/client/src/Insights/Advanced.php
vendored
Normal file
15
vendor/nexmo/client/src/Insights/Advanced.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
namespace Nexmo\Insights;
|
||||
|
||||
class Advanced extends Standard
|
||||
{
|
||||
public function getValidNumber()
|
||||
{
|
||||
return $this['valid_number'];
|
||||
}
|
||||
|
||||
public function getReachable()
|
||||
{
|
||||
return $this['reachable'];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user