11 lines
150 B
PHP
11 lines
150 B
PHP
<?php
|
|
|
|
namespace App\Modules\OutgoingLetter\Repositories;
|
|
|
|
use App\Modules\OutgoingLetter\Models\OutgoingLetter;
|
|
|
|
class OutgoingLetterRepository
|
|
{
|
|
|
|
}
|