You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/cli/src/Client.php.twig
+14-18Lines changed: 14 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -50,24 +50,6 @@ class Client
50
50
{%endfor%}
51
51
];
52
52
53
-
/**
54
-
* SDK constructor.
55
-
*/
56
-
publicfunction__construct()
57
-
{
58
-
if (!$this->loadPreferences()) {
59
-
Console::error("❌ Oops We were unable to load your preferences. Ensure that you have run '{{ language.params.executableName }} init' before using the CLI");
Console::error("❌ Oops We were unable to load your preferences. Ensure that you have run '{{ language.params.executableName }} init' before using the CLI");
0 commit comments