Lot's of bug fixes
This commit is contained in:
parent
ad320963fc
commit
7718ed6c32
196 changed files with 51167 additions and 3010 deletions
|
@ -5,6 +5,7 @@ namespace App\Http\Controllers;
|
|||
|
||||
use Illuminate\Support\Facades\Auth;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use Illuminate\Support\Facades\Redirect;
|
||||
|
||||
class HomeController extends Controller
|
||||
{
|
||||
|
@ -47,4 +48,9 @@ class HomeController extends Controller
|
|||
]);
|
||||
}
|
||||
|
||||
public function store()
|
||||
{
|
||||
return Redirect::to(env('STORE_URL', 'https://sbdplugins.nl'));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue