Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
bishwajitcadhikary committed Apr 24, 2023
2 parents b0f9ac2 + 985f728 commit 5c7bdaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/Http/Controllers/DatabaseController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?php
/**
* @version 1.0.0
*
* @link https://codecanyon.net/user/abndevs/portfolio
*
* @author Bishwajit Adhikary
* @copyright (c) 2023 abnDevs
* @license https://codecanyon.net/licenses/terms/regular
Expand All @@ -12,11 +14,11 @@
use AbnDevs\Installer\Facades\License;
use AbnDevs\Installer\Http\Requests\StoreDatabaseRequest;
use App\Http\Controllers\Controller;
use Brotzka\DotenvEditor\DotenvEditor;
use Exception;
use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Facades\Cache;
use Illuminate\Support\Facades\DB;
use Brotzka\DotenvEditor\DotenvEditor;

class DatabaseController extends Controller
{
Expand Down
4 changes: 3 additions & 1 deletion src/Http/Controllers/SMTPController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?php
/**
* @version 1.0.0
*
* @link https://codecanyon.net/user/abndevs/portfolio
*
* @author Bishwajit Adhikary
* @copyright (c) 2023 abnDevs
* @license https://codecanyon.net/licenses/terms/regular
Expand All @@ -12,8 +14,8 @@
use AbnDevs\Installer\Facades\License;
use AbnDevs\Installer\Http\Requests\StoreSMTPRequest;
use App\Http\Controllers\Controller;
use Illuminate\Support\Facades\Cache;
use Brotzka\DotenvEditor\DotenvEditor;
use Illuminate\Support\Facades\Cache;

class SMTPController extends Controller
{
Expand Down

0 comments on commit 5c7bdaf

Please sign in to comment.