FL
class SomeFactoryService {
public static function fromModel(Comment $comment): YourServiceContract {
}
}Size: a a a
FL
class SomeFactoryService {
public static function fromModel(Comment $comment): YourServiceContract {
}
}ИЛ
FL
$container->make(YourServiceContract::class, [$comment->someField]);
ИЛ
FL
ИЛ
$container->make(YourServiceContract::class, [$comment->someField]);
ИЛ
FL
FL
FL
FL
ИЛ
ИЛ
FL
ИЛ

FL
ИЛ
ИЛ
AP