fixed shortcode edit issues plus refactoring
This commit is contained in:
@@ -3,9 +3,12 @@
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Notifications\Notifiable;
|
||||
|
||||
|
||||
class StaffMember extends Model
|
||||
{
|
||||
use Notifiable;
|
||||
protected $guarded = array('id');
|
||||
public $table = "staff_members";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user