<?php
-namespace App\Http\Controllers\Admin;
+namespace Cubist\Backpack\app\Http\Controllers;
use Backpack\CRUD\app\Http\Controllers\CrudController;
// VALIDATION: change the requests to match your own file names if you need form validation
-use App\Http\Requests\CubistModelRequest as StoreRequest;
-use App\Http\Requests\CubistModelRequest as UpdateRequest;
+use Cubist\Backpack\app\Http\Requests\CubistModelRequest as StoreRequest;
+use Cubist\Backpack\app\Http\Requests\CubistModelRequest as UpdateRequest;
use Backpack\CRUD\CrudPanel;
/**