Skip to content
Snippets Groups Projects
Commit d10556cd authored by Tibo's avatar Tibo
Browse files

minro style

parent b608c367
No related branches found
No related tags found
No related merge requests found
Pipeline #3755 passed
......@@ -66,7 +66,7 @@ class Server extends Model
* Get the last day of data.
* @return type
*/
public function lastRecords1Day()
public function lastRecords1Day() : array
{
if ($this->records_1day !== null) {
return $this->records_1day;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment