Visual Console Refactor: removed a unused function

Former-commit-id: 786dac0e5ab299e91f5f645179c125f80332f17f
This commit is contained in:
Alejandro Gallardo Escobar 2019-03-26 16:36:44 +01:00
parent a79a401530
commit e93cb8f9e7
1 changed files with 0 additions and 9 deletions

View File

@ -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.