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.
::class
1 parent 17083be commit b48f1e2Copy full SHA for b48f1e2
src/functions.php
@@ -2,7 +2,9 @@
2
3
namespace Algolia\AlgoliaSearch;
4
5
+use Algolia\AlgoliaSearch\Support\Helpers;
6
+
7
function api_path($pathFormat, $args = null, $_ = null)
8
{
- return call_user_func_array(['\Algolia\AlgoliaSearch\Support\Helpers', 'apiPath'], func_get_args());
9
+ return call_user_func_array([Helpers::class, 'apiPath'], func_get_args());
10
}
0 commit comments