Skip to content

Commit dcf435e

Browse files
author
Nana Axel
committed
Add missing references
1 parent 201f1d1 commit dcf435e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/FireFS/Entities/FileSystemEntity.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
namespace ElementaryFramework\FireFS\Entities;
3434

3535
use ElementaryFramework\FireFS\Exceptions\FileSystemEntityNotFoundException;
36+
use ElementaryFramework\FireFS\FireFS;
3637

3738
/**
3839
* File System Entity

src/FireFS/FireFS.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
use ElementaryFramework\FireFS\Events\FileSystemEntityCreatedEvent;
3838
use ElementaryFramework\FireFS\Events\FileSystemEntityDeletedEvent;
3939
use ElementaryFramework\FireFS\Events\FileSystemEntityModifiedEvent;
40+
use ElementaryFramework\FireFS\Entities\Folder;
41+
use ElementaryFramework\FireFS\Entities\File;
4042

4143
/**
4244
* FireFS - Filesystem Manager Class

0 commit comments

Comments
 (0)