Skip to content

Commit

Permalink
Remove a view unnecessary use statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Oct 23, 2024
1 parent 2e4f970 commit 770d298
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions template_category_delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
use mod_verbalfeedback\forms\template_category_delete_form;
use mod_verbalfeedback\repository\template_category_repository;

use mod_verbalfeedback\model\template\template_category;

require_once(__DIR__ . '/../../config.php');

// Require own locallib.php.
Expand Down
2 changes: 0 additions & 2 deletions template_criterion_delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
*/

use mod_verbalfeedback\forms\template_criterion_delete_form;

use mod_verbalfeedback\model\template\template_criterion;
use mod_verbalfeedback\repository\template_criterion_repository;

require_once(__DIR__ . '/../../config.php');
Expand Down
2 changes: 0 additions & 2 deletions template_delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
use mod_verbalfeedback\forms\template_delete_form;
use mod_verbalfeedback\repository\template_repository;

use mod_verbalfeedback\model\template\template;

require_once(__DIR__ . '/../../config.php');

// Require own locallib.php.
Expand Down

0 comments on commit 770d298

Please sign in to comment.