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 8931740 commit d1e116eCopy full SHA for d1e116e
src/Console/stubs/page-controller.stub
@@ -2,14 +2,14 @@
2
3
namespace DummyNamespace;
4
5
-use Backpack\CRUD\app\Http\Controllers\BaseController;
+use Illuminate\Routing\Controller;
6
7
/**
8
* Class DummyClassController
9
* @package App\Http\Controllers\Admin
10
* @property-read \Backpack\CRUD\app\Library\CrudPanel\CrudPanel $crud
11
*/
12
-class DummyClassController extends BaseController
+class DummyClassController extends Controller
13
{
14
public function index()
15
0 commit comments