Applied fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
be5df5334f
commit
d637c2b23f
@@ -4,9 +4,8 @@ namespace App\Model\helpdesk\Utility;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Version_Check extends Model {
|
||||
|
||||
class Version_Check extends Model
|
||||
{
|
||||
protected $table = 'version_check';
|
||||
protected $fillable = ['current_version', 'new_version', 'updated_at', 'created_at'];
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user