Skip to content

Commit d91ae4f

Browse files
MGatnersamsonasik
andauthored
Update system/Entity/Cast/URICast.php
Co-authored-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
1 parent 038a157 commit d91ae4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Entity/Cast/URICast.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class URICast extends BaseCast
2121
/**
2222
* @inheritDoc
2323
*/
24-
public static function get($value, array $params = []): object
24+
public static function get($value, array $params = []): URI
2525
{
2626
return $value instanceof URI ? $value : new URI($value);
2727
}

0 commit comments

Comments
 (0)