Skip to content

Commit

Permalink
fix: return types (#140)
Browse files Browse the repository at this point in the history
closes #128
  • Loading branch information
joshmanders authored Jan 16, 2025
1 parent 7bb0615 commit ddba6ea
Show file tree
Hide file tree
Showing 20 changed files with 196 additions and 564 deletions.
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

0 comments on commit ddba6ea

Please sign in to comment.