Applied fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
be5df5334f
commit
d637c2b23f
@@ -1,10 +1,12 @@
|
||||
<?php namespace App\Model\helpdesk\Utility;
|
||||
<?php
|
||||
|
||||
namespace App\Model\helpdesk\Utility;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Timezones extends Model {
|
||||
|
||||
public $timestamps = false;
|
||||
protected $table = 'timezone';
|
||||
protected $fillable = ['name', 'location'];
|
||||
class Timezones extends Model
|
||||
{
|
||||
public $timestamps = false;
|
||||
protected $table = 'timezone';
|
||||
protected $fillable = ['name', 'location'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user