Implemented Event Budget
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domains\Budget\Actions\DeleteEstimate;
|
||||
|
||||
use App\Models\CostUnitEstimate;
|
||||
|
||||
class DeleteEstimateRequest {
|
||||
public function __construct(public CostUnitEstimate $estimate)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user