added messages list, new client form, logic for client Apps plus others
This commit is contained in:
12
app/Models/ClientApplication.php
Normal file
12
app/Models/ClientApplication.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class ClientApplication extends Model
|
||||
{
|
||||
protected $guarded = [
|
||||
'id'
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user