This repository was archived by the owner on Dec 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33namespace Aschmelyun \Larametrics \Http \Controllers ;
44
55use Illuminate \Http \Request ;
6- use App \ Http \ Controllers \Controller ;
6+ use Illuminate \ Routing \Controller ;
77use Aschmelyun \Larametrics \Models \LarametricsLog ;
88
99class LogController extends Controller
Original file line number Diff line number Diff line change 33namespace Aschmelyun \Larametrics \Http \Controllers ;
44
55use Illuminate \Http \Request ;
6- use App \ Http \ Controllers \Controller ;
6+ use Illuminate \ Routing \Controller ;
77use Aschmelyun \Larametrics \LogParser ;
88use Aschmelyun \Larametrics \Models \LarametricsLog ;
99use Aschmelyun \Larametrics \Models \LarametricsModel ;
Original file line number Diff line number Diff line change 33namespace Aschmelyun \Larametrics \Http \Controllers ;
44
55use Illuminate \Http \Request ;
6- use App \ Http \ Controllers \Controller ;
6+ use Illuminate \ Routing \Controller ;
77use Aschmelyun \Larametrics \LogParser ;
88use Aschmelyun \Larametrics \Models \LarametricsModel ;
99use DB ;
Original file line number Diff line number Diff line change 33namespace Aschmelyun \Larametrics \Http \Controllers ;
44
55use Illuminate \Http \Request ;
6- use App \ Http \ Controllers \Controller ;
6+ use Illuminate \ Routing \Controller ;
77use Aschmelyun \Larametrics \Models \LarametricsNotification ;
88
99class NotificationController extends Controller
Original file line number Diff line number Diff line change 33namespace Aschmelyun \Larametrics \Http \Controllers ;
44
55use Illuminate \Http \Request ;
6- use App \ Http \ Controllers \Controller ;
6+ use Illuminate \ Routing \Controller ;
77use Aschmelyun \Larametrics \Models \LarametricsRequest ;
88use Carbon \Carbon ;
99
Original file line number Diff line number Diff line change 33namespace Aschmelyun \Larametrics \Http \Controllers ;
44
55use Illuminate \Http \Request ;
6- use App \ Http \ Controllers \Controller ;
6+ use Illuminate \ Routing \Controller ;
77use Aschmelyun \Larametrics \Models \LarametricsRequest ;
88
99class RequestController extends Controller
You can’t perform that action at this time.
0 commit comments