Skip to content

Commit

Permalink
Merge branch 'feature/setup-s3' of https://github.com/openfoodfoundat…
Browse files Browse the repository at this point in the history
…ion/vine into feature/setup-s3
  • Loading branch information
ok200paul committed Aug 16, 2024
2 parents 2a0b3a3 + 7e466f2 commit d98d63b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions app/Console/Commands/TestCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@

namespace App\Console\Commands;

use App\Models\Team;
use App\Models\User;
use App\Models\Voucher;
use App\Models\VoucherSet;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\Storage;

class TestCommand extends Command
{
Expand All @@ -28,9 +23,5 @@ class TestCommand extends Command
/**
* Execute the console command.
*/
public function handle()
{


}
public function handle() {}
}
2 changes: 1 addition & 1 deletion config/filesystems.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'endpoint' => env('AWS_ENDPOINT'),
'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
'throw' => false,
'root' => env('APP_ENV')
'root' => env('APP_ENV'),
],
],

Expand Down

0 comments on commit d98d63b

Please sign in to comment.