We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfd01ca + d4760c8 commit 70efff7Copy full SHA for 70efff7
src/Models/Embed.php
@@ -59,7 +59,7 @@ public function getHash()
59
$value = $value->getTimestamp();
60
break;
61
case 'object':
62
- $value = (array) $object;
+ $value = (array) $value;
63
ksort($value);
64
65
case 'mixed':
src/Version.php
@@ -9,10 +9,10 @@
9
*/
10
class Version
11
{
12
- const VERSION = '0.3.16';
13
- const ID = 3016;
+ const VERSION = '0.3.17';
+ const ID = 3017;
14
const MAJOR = 0;
15
const MINOR = 3;
16
- const PATCH = 16;
+ const PATCH = 17;
17
const EXTRA = '';
18
}
0 commit comments