Example #1
0
 public static function create(CrudModel $model, $args = [])
 {
     $obj = new self($model, $args);
     $obj->createCollection();
     return $obj;
 }