10 lines
109 B
PHP
10 lines
109 B
PHP
|
<?php
|
||
|
|
||
|
namespace Controllers\Attachments;
|
||
|
|
||
|
|
||
|
class StaffAttachmentsController {
|
||
|
function post() {
|
||
|
|
||
|
}
|
||
|
}
|