add user to plan
This commit is contained in:
parent
9c2f95eda1
commit
547558d850
5 changed files with 18 additions and 0 deletions
|
|
@ -2,9 +2,12 @@
|
|||
|
||||
namespace App\Plan;
|
||||
|
||||
use App\User\User;
|
||||
|
||||
class CreatePlanDto
|
||||
{
|
||||
public function __construct(
|
||||
public string $name,
|
||||
public User $user,
|
||||
) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue