first commit, after modifying client section
This commit is contained in:
11
app/Models/Service.php
Executable file
11
app/Models/Service.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Service extends Model
|
||||
{
|
||||
protected $guarded = array('id');
|
||||
public $table = "services";
|
||||
}
|
||||
Reference in New Issue
Block a user