mirror of
https://github.com/kevachat/webapp.git
synced 2025-09-01 00:21:49 +00:00
remove deprecated construction
This commit is contained in:
parent
a99d5e5be4
commit
7cdd8c8059
@ -1140,12 +1140,6 @@ class RoomController extends AbstractController
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make sure time available
|
|
||||||
if (empty($transaction['time']))
|
|
||||||
{
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
return (object)
|
return (object)
|
||||||
[
|
[
|
||||||
'id' => $data['txid'],
|
'id' => $data['txid'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user