Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions config/cloudinary.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*/
'notification_url' => env('CLOUDINARY_NOTIFICATION_URL'),


/*
|--------------------------------------------------------------------------
| Cloudinary Configuration
Expand All @@ -36,7 +35,6 @@

/**
* Upload Preset From Cloudinary Dashboard
*
*/
'upload_preset' => env('CLOUDINARY_UPLOAD_PRESET'),

Expand Down
6 changes: 2 additions & 4 deletions database/migrations/2020_06_14_000001_create_media_table.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

class CreateMediaTable extends Migration
{
Expand All @@ -21,8 +21,6 @@ public function up(): void

/**
* Reverse the migrations.
*
* @return void
*/
public function down(): void
{
Expand Down
Loading
Loading