Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
13
vendor/twilio/sdk/src/Twilio/Options.php
vendored
Normal file
13
vendor/twilio/sdk/src/Twilio/Options.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Twilio;
|
||||
|
||||
|
||||
abstract class Options implements \IteratorAggregate {
|
||||
protected $options = [];
|
||||
|
||||
public function getIterator(): \Traversable {
|
||||
return new \ArrayIterator($this->options);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user