Ejemplo n.º 1
0
 public function create(array $viewData = [])
 {
     $this->resourceView = 'app.users.create';
     return parent::create($viewData);
 }
Ejemplo n.º 2
0
 /** @inheritdoc */
 public function __construct()
 {
     parent::__construct();
     $this->periods = ['Minute' => DateTimeIntervals::MINUTES_PER_MINUTE, 'Hour' => DateTimeIntervals::MINUTES_PER_HOUR, 'Day' => DateTimeIntervals::MINUTES_PER_DAY, '7 Days' => DateTimeIntervals::MINUTES_PER_WEEK, '30 Days' => DateTimeIntervals::MINUTES_PER_MONTH];
 }