Skip to content

Commit 5f5a1e9

Browse files
committed
Use Events project to implement the FileSystemEvent class
1 parent d55f9f9 commit 5f5a1e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/FireFS/Events/FileSystemEvent.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,18 @@
3232

3333
namespace ElementaryFramework\FireFS\Events;
3434

35+
use ElementaryFramework\Core\Events\IEvent;
36+
3537
/**
3638
* File System Event
3739
*
3840
* Represent an event occurred in the file system manager.
3941
*
4042
* @package FireFS
41-
* @subpackage Exceptions
43+
* @subpackage Events
4244
* @author Axel Nana <[email protected]>
4345
*/
44-
abstract class FileSystemEvent
46+
abstract class FileSystemEvent implements IEvent
4547
{
4648
/**
4749
* Represent an unknown event.

0 commit comments

Comments
 (0)