mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
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.
|
* @param array $data Input data.
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
|
||||||
public static function fromArray(array $data)
|
|
||||||
{
|
|
||||||
return new self($data);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Validate the input data
|
|
||||||
*
|
*
|
||||||
* @throws \InvalidArgumentException If any input value is considered
|
* @throws \InvalidArgumentException If any input value is considered
|
||||||
* invalid.
|
* invalid.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user