Skip to content

Commit

Permalink
Fixed controller import
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleCoppola committed Oct 1, 2018
1 parent e60506e commit d176154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/ResourceSortingController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Naxon\NovaFieldSortable\Http\Controllers;

use App\Http\Controllers\Controller;
use Illuminate\Routing\Controller;
use Naxon\NovaFieldSortable\Http\Requests\ReorderResourceRequest;

class ResourceSortingController extends Controller
Expand Down

0 comments on commit d176154

Please sign in to comment.