Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mastashake08 committed Mar 12, 2023
1 parent 7e4a09e commit 61ecd13
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Binary file modified app/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion app/Jobs/HandlePullRequestWebhookJob.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Jobs\GitHubWebhooks;
namespace App\Jobs;

use Illuminate\Bus\Queueable;
use Illuminate\Queue\SerializesModels;
Expand Down
Binary file modified bootstrap/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"laravel/sanctum": "^3.2",
"laravel/socialite": "^5.6",
"laravel/tinker": "^2.8",
"mastashake08/laravel-openai-api": "^1.7.6",
"mastashake08/laravel-openai-api": "^1.7.7",
"openai-php/laravel": "^0.3.1",
"spatie/laravel-github-webhooks": "^1.2",
"tightenco/ziggy": "^1.0"
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 61ecd13

Please sign in to comment.