OwlCyberSecurity - MANAGER
Edit File: Objects.php
<?php namespace Give\Session; /** * Interface Objects * * @package Give\Session */ interface Objects { /** * Take array return object * * @since 2.7.0 * * @param array $array */ public static function fromArray($array); }