Skip to content

Commit e4063cd

Browse files
committed
Merge branch 'development' of github.com:ColdBox/coldbox-platform into development
2 parents b61ea2e + 2c897ef commit e4063cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

system/web/context/RequestContext.cfc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,6 +1270,7 @@ component serializable="false" accessors="true" {
12701270

12711271
/**
12721272
* Remove by ColdBox 9
1273+
*
12731274
* @deprecated Use `getUrl()` instead
12741275
*/
12751276
string function getFullUrl(){
@@ -1301,6 +1302,7 @@ component serializable="false" accessors="true" {
13011302

13021303
/**
13031304
* Remove by ColdBox 9
1305+
*
13041306
* @Deprecated Use `getPath()` instead
13051307
*/
13061308
string function getFullPath(){

0 commit comments

Comments
 (0)