Visual Console Refactor: removed a unused function
Former-commit-id: 786dac0e5ab299e91f5f645179c125f80332f17f
This commit is contained in:
parent
a79a401530
commit
e93cb8f9e7
|
@ -19,15 +19,6 @@ final class Container extends Model
|
|||
* @param array $data Input data.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public static function fromArray(array $data)
|
||||
{
|
||||
return new self($data);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Validate the input data
|
||||
*
|
||||
* @throws \InvalidArgumentException If any input value is considered
|
||||
* invalid.
|
||||
|
|
Loading…
Reference in New Issue