Skip to content

Commit c4185f3

Browse files
committed
Cleanup unused code
1 parent 28de875 commit c4185f3

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/CloudTasksQueue.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use Illuminate\Contracts\Queue\Queue as QueueContract;
1212
use Illuminate\Queue\Queue as LaravelQueue;
1313
use Illuminate\Support\InteractsWithTime;
14-
use Illuminate\Support\Str;
1514

1615
class CloudTasksQueue extends LaravelQueue implements QueueContract
1716
{

src/Errors.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@
44

55
class Errors
66
{
7-
public static function invalidCredentials()
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-
public static function credentialsFileDoesNotExist()
13-
{
14-
return 'Google Cloud credentials JSON file does not exist';
15-
}
16-
177
public static function invalidProject()
188
{
199
return 'Google Cloud project not provided. To fix this, set the STACKKIT_CLOUD_TASKS_PROJECT environment variable';

0 commit comments

Comments
 (0)