Skip to content

Commit

Permalink
fix: add missing use statement
Browse files Browse the repository at this point in the history
Refs: RW-1144
  • Loading branch information
orakili committed Dec 11, 2024
1 parent c2cbcc1 commit c38498f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Helper functions that applies to a variety of things on ReliefWeb.
*/

use Drupal\Core\File\Exception\FileException;
use Drupal\Core\Template\Attribute;
use Drupal\file\FileInterface;

Expand Down

0 comments on commit c38498f

Please sign in to comment.