Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken committed Jul 13, 2024
1 parent c1b18f5 commit 9a16e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

return new class extends Migration
{
return new class () extends Migration {
/**
* Run the migrations.
*/
Expand Down
1 change: 1 addition & 0 deletions graphql/schemas/Social/interactions.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ extend type Mutation @guardByAuthOrCompany {
@field(
resolver: "App\\GraphQL\\Social\\Mutations\\Interactions\\EntityInteractionMutation@disLikeEntity"
)
@deprecated(reason: "Use likeEntity instead")
getInteractionByEntity(input: LikeEntityInput!): Interactions!
@field(
resolver: "App\\GraphQL\\Social\\Mutations\\Interactions\\EntityInteractionMutation@getInteractionByEntity"
Expand Down

0 comments on commit 9a16e4b

Please sign in to comment.