Skip to content

Commit 9165e1a

Browse files
committed
Update namespace for Elementary Framework
1 parent e656051 commit 9165e1a

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"autoload": {
2323
"psr-4": {
24-
"FireFS\\": "src/FireFS/"
24+
"ElementaryFramework\\FireFS\\": "src/FireFS/"
2525
}
2626
}
2727
}

src/FireFS/FireFS.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* @link http://firefs.na2axl.tk
3131
*/
3232

33-
namespace FireFS;
33+
namespace ElementaryFramework\FireFS;
3434

3535

3636
/**

src/FireFS/MimeTypes.php

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,17 @@
3030
* @link http://firefs.na2axl.tk
3131
*/
3232

33-
namespace FireFS;
34-
33+
namespace ElementaryFramework\FireFS;
3534

35+
/**
36+
* Mime Types
37+
*
38+
* Registry class used to store extensions
39+
* and their associated mime types.
40+
*
41+
* @package FireFS
42+
* @author Nana Axel <[email protected]>
43+
*/
3644
class MimeTypes
3745
{
3846
private static $_mimes = array(

0 commit comments

Comments
 (0)