We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82799e6 commit 3a85e4bCopy full SHA for 3a85e4b
tests/fixtures/jql/Http/Controllers/Controller.php
@@ -1,12 +1,12 @@
1
<?php namespace Jql\Http\Controllers;
2
3
-use Illuminate\Foundation\Bus\DispatchesJobs;
+use Illuminate\Foundation\Bus\DispatchesCommands;
4
use Illuminate\Routing\Controller as BaseController;
5
use Illuminate\Foundation\Validation\ValidatesRequests;
6
7
abstract class Controller extends BaseController
8
{
9
- use DispatchesJobs, ValidatesRequests;
+ use DispatchesCommands, ValidatesRequests;
10
use \Efficiently\JqueryLaravel\ControllerAdditions;
11
12
/**
0 commit comments