We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30526a commit 060e9e2Copy full SHA for 060e9e2
1 file changed
src/Config.php
@@ -403,6 +403,15 @@ public function onDedicated() : bool
403
/**
404
* Determines if the current environment is a Platform.sh Dedicated environment.
405
*
406
+ * @deprecated
407
+ *
408
+ * The Platform.sh "Enterprise" will soon be referred to exclusively as
409
+ * "Dedicated". the `onEnterprise` method remains available for now, but it
410
+ * will be removed in a future version of this library.
411
412
+ * It is recommended that you update your projects to use `onDedicated` as
413
+ * soon as possible.
414
415
* @return bool
416
* True on an Dedicated environment, False otherwise.
417
*/
0 commit comments