minor fixes
This commit is contained in:
@@ -23,6 +23,7 @@ class Tariffs
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
public static function autocomplete($str)
|
||||
{
|
||||
$data = Tariff::byAutocomplete($str)->orderBy('name')->limit(30)->get()->pluck('name', 'id');
|
||||
|
||||
Reference in New Issue
Block a user