Skip to content

Commit

Permalink
Drop provide method from DataProviderInferface
Browse files Browse the repository at this point in the history
remp/crm#3284
  • Loading branch information
miroc committed Sep 18, 2024
1 parent bd7fbc4 commit d9f8331
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DataProviders/EmailFormDataProviderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@

interface EmailFormDataProviderInterface extends DataProviderInterface
{
public function provide(array $params);

public function submit(ActiveRow $user, Form $form): Form;
}

0 comments on commit d9f8331

Please sign in to comment.