More work on ordering
This commit is contained in:
15
app/Models/AdslSupplierPlan.php
Normal file
15
app/Models/AdslSupplierPlan.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class AdslSupplierPlan extends Model
|
||||
{
|
||||
protected $table = 'ab_adsl_supplier_plan';
|
||||
|
||||
public function getNameAttribute()
|
||||
{
|
||||
return $this->speed;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user