add nova resources
This commit is contained in:
11
app/Modules/OutgoingLetter/Models/OutgoingLetter.php
Normal file
11
app/Modules/OutgoingLetter/Models/OutgoingLetter.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Modules\OutgoingLetter\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Concerns\HasUuids;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class OutgoingLetter extends Model
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user