mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-02-09 04:58:41 +00:00
Use global namespace
This commit is contained in:
parent
87e4c4ab9d
commit
1d736ef174
|
|
@ -149,9 +149,9 @@ class Calendar
|
|||
{
|
||||
$this->events[] = $event;
|
||||
|
||||
end($this->events);
|
||||
\end($this->events);
|
||||
$key = \key($this->events);
|
||||
reset($this->events);
|
||||
\reset($this->events);
|
||||
|
||||
return $key;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user