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: src/Errors.php
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,6 @@
4
4
5
5
class Errors
6
6
{
7
-
publicstaticfunctioninvalidCredentials()
8
-
{
9
-
return'Google Cloud credentials not provided. To fix this, in config/queue.php, connections.cloudtasks.credentials, provide the path to your credentials JSON file';
10
-
}
11
-
12
-
publicstaticfunctioncredentialsFileDoesNotExist()
13
-
{
14
-
return'Google Cloud credentials JSON file does not exist';
15
-
}
16
-
17
7
publicstaticfunctioninvalidProject()
18
8
{
19
9
return'Google Cloud project not provided. To fix this, set the STACKKIT_CLOUD_TASKS_PROJECT environment variable';
0 commit comments