changed name for controller

This commit is contained in:
2019-09-27 01:38:27 -05:00
parent 3841c90829
commit c3d4583d85

View File

@@ -11,7 +11,7 @@ use App\Library\Hauling\HaulingHelper;
//Models
class Hauling extends Controller
class HaulingController extends Controller
{
public function __construct() {
$this->middleware('auth');