Separated laravel app to its own folder (#540)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace App\Integrations\Handlers\Events;
|
||||
|
||||
use App\Models\Integration\FormIntegration;
|
||||
|
||||
class AbstractIntegrationCreated
|
||||
{
|
||||
public function __construct(
|
||||
protected FormIntegration $formIntegration
|
||||
) {
|
||||
}
|
||||
|
||||
public function handle(): void
|
||||
{
|
||||
//
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user