clients profile,slack, new email, bug fixes
This commit is contained in:
10
app/Models/Industry.php
Normal file
10
app/Models/Industry.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Industry extends Model
|
||||
{
|
||||
public $table = "client_industries";
|
||||
}
|
||||
Reference in New Issue
Block a user