Rename "fetchUrl" and "fetchUrlFull" to "fetch" and "fetchFull"
This commit is contained in:
committed by
Hypolite Petovan
parent
7029012f27
commit
657d08f09f
+1
-1
@@ -996,7 +996,7 @@ class Worker
|
||||
}
|
||||
|
||||
$url = DI::baseUrl() . '/worker';
|
||||
DI::httpRequest()->fetchUrl($url, false, 1);
|
||||
DI::httpRequest()->fetch($url, false, 1);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user