File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11<?php
22/**
33 * @version 1.0.0
4+ *
45 * @link https://codecanyon.net/user/abndevs/portfolio
6+ *
57 * @author Bishwajit Adhikary
68 * @copyright (c) 2023 abnDevs
79 * @license https://codecanyon.net/licenses/terms/regular
1214use AbnDevs \Installer \Facades \License ;
1315use AbnDevs \Installer \Http \Requests \StoreDatabaseRequest ;
1416use App \Http \Controllers \Controller ;
17+ use Brotzka \DotenvEditor \DotenvEditor ;
1518use Exception ;
1619use Illuminate \Support \Facades \Artisan ;
1720use Illuminate \Support \Facades \Cache ;
1821use Illuminate \Support \Facades \DB ;
19- use Brotzka \DotenvEditor \DotenvEditor ;
2022
2123class DatabaseController extends Controller
2224{
Original file line number Diff line number Diff line change 11<?php
22/**
33 * @version 1.0.0
4+ *
45 * @link https://codecanyon.net/user/abndevs/portfolio
6+ *
57 * @author Bishwajit Adhikary
68 * @copyright (c) 2023 abnDevs
79 * @license https://codecanyon.net/licenses/terms/regular
1214use AbnDevs \Installer \Facades \License ;
1315use AbnDevs \Installer \Http \Requests \StoreSMTPRequest ;
1416use App \Http \Controllers \Controller ;
15- use Illuminate \Support \Facades \Cache ;
1617use Brotzka \DotenvEditor \DotenvEditor ;
18+ use Illuminate \Support \Facades \Cache ;
1719
1820class SMTPController extends Controller
1921{
You can’t perform that action at this time.
0 commit comments