mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-07-07 02:22:54 +00:00
3rdparty
RestControllers
bin
classes
components
AccountComponent.php
AccountImage.php
BackgroundImage.php
Conversations.php
GroupsComponent.php
MailQueue.php
SettingsComponent.php
SurveyComponent.php
UserComponent.php
comments.php
friends.php
likes.php
movies.php
notifications.php
posts.php
search.php
models
.htaccess
APIClients.php
Components.php
DBLibrary.php
URLanalyzer.php
comunicAPI.php
config.php
config
functions
helpers
tests
.gitignore
.htaccess
LICENSE
README.md
db_struct.sql
index.php
init.php
13 lines
158 B
PHP
13 lines
158 B
PHP
<?php
|
|
/**
|
|
* Mail queue component
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
class MailQueue {
|
|
|
|
}
|
|
|
|
//Register component
|
|
Components::register("mail", new MailQueue()); |