add migrations
This commit is contained in:
10
crm-panel/app/Models/Company.php
Normal file
10
crm-panel/app/Models/Company.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Company extends Model
|
||||
{
|
||||
//
|
||||
}
|
10
crm-panel/app/Models/Employee.php
Normal file
10
crm-panel/app/Models/Employee.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Employee extends Model
|
||||
{
|
||||
//
|
||||
}
|
Reference in New Issue
Block a user