Skip to content

Commit

Permalink
Merge pull request #458 from jesusantguerrero/feat/coolify
Browse files Browse the repository at this point in the history
Feat/coolify
  • Loading branch information
jesusantguerrero authored Sep 12, 2024
2 parents c1b2493 + b6b956b commit a22e9f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions app/Domains/Integration/Actions/TransactionFetched.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

namespace App\Domains\Integration\Actions;

use App\Domains\Automation\Concerns\AutomationActionContract;
use Illuminate\Support\Facades\Log;
use App\Domains\Automation\Models\Automation;
use App\Domains\Automation\Models\AutomationTaskAction;
use App\Domains\Transaction\Models\Transaction as ModelsTransaction;
use Illuminate\Support\Facades\Log;

class TransactionCreateEntry implements AutomationActionContract
class TransactionFetched
{
use TransactionAction;

Expand Down
2 changes: 0 additions & 2 deletions docker-compose.coolify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ services:
MERCURE_EXTRA_DIRECTIVES: |-
cors_origins "*"
anonymous
ports:
- "3000:80"

0 comments on commit a22e9f8

Please sign in to comment.