Skip to content

Commit

Permalink
fix: IDE removed an "unused" use statement. Adding back in as its act…
Browse files Browse the repository at this point in the history
…ually essential. (#320)
  • Loading branch information
fibble authored Sep 17, 2024
1 parent d9517b7 commit f2fda0c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace Olcs\Form\Model\Fieldset;

use Laminas\Form\Annotation as Form;

/**
* @Form\Name("RegisterForOperator")
* @Form\Attributes({"method":"post","label":"operator-registration.form.labe"})
Expand Down

0 comments on commit f2fda0c

Please sign in to comment.