Example #1
0
 /**
  * Create a new CMS object instance.
  *
  * @param  array  $attributes
  * @return void
  */
 public function __construct(array $attributes = [])
 {
     parent::__construct($attributes);
 }