Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
uyab committed Jan 20, 2020
1 parent 0ae6523 commit c553602
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"php": ">=7.2",
"illuminate/support": "^6.0",
"laravolt/suitable": "^3.6",
"laravolt/support": "^2.0"
"laravolt/support": "^2.0.6"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions src/Models/Lookup.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Model;
use Laravolt\Suitable\AutoFilter;
use Laravolt\Suitable\AutoSort;
use Laravolt\Support\Traits\AutoFilter;
use Laravolt\Support\Traits\AutoSort;
use Spatie\SchemalessAttributes\SchemalessAttributes;

class Lookup extends Model
Expand Down
5 changes: 4 additions & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@

class ServiceProvider extends BaseServiceProvider
{
protected $name = 'lookup';
public function getIdentifier()
{
return 'lookup';
}

public function boot()
{
Expand Down

0 comments on commit c553602

Please sign in to comment.