File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
55use Backpack \CRUD \app \Http \Middleware \ThrottlePasswordRecovery ;
66use Backpack \CRUD \app \Library \CrudPanel \CrudPanel ;
7- use Backpack \CRUD \ViewNamespaces ;
87use Illuminate \Routing \Router ;
98use Illuminate \Support \Collection ;
109use Illuminate \Support \ServiceProvider ;
Original file line number Diff line number Diff line change 11<?php
22
33namespace Backpack \CRUD \app \Library \CrudPanel ;
4+
45use Backpack \Crud \ViewNamespaces ;
56
67/**
Original file line number Diff line number Diff line change 22
33namespace Backpack \CRUD \app \Library \CrudPanel ;
44
5- use Backpack \Crud \ViewNamespaces ;
65use Backpack \CRUD \app \Exceptions \BackpackProRequiredException ;
6+ use Backpack \Crud \ViewNamespaces ;
77use Closure ;
88use Illuminate \Support \Str ;
99use Symfony \Component \HttpFoundation \ParameterBag ;
You can’t perform that action at this time.
0 commit comments