Applied fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
be5df5334f
commit
d637c2b23f
@@ -4,11 +4,10 @@ namespace App\Model\helpdesk\Utility;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Form_visibility extends Model {
|
||||
|
||||
class Form_visibility extends Model
|
||||
{
|
||||
protected $table = 'form_visibility';
|
||||
protected $fillable = [
|
||||
'id', 'visibility'
|
||||
'id', 'visibility',
|
||||
];
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user