Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/0.x' into 0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
csavelief committed May 17, 2024
2 parents be9c6e6 + 3fa9003 commit 6440221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Illuminate\Support\Facades\Validator;

Route::get('catalog', function () {
\Illuminate\Support\Facades\Auth::login(\App\User::where('email', 'engineering@computablefacts.com')->firstOrFail());
\Illuminate\Support\Facades\Auth::login(\App\User::where('email', config('towerify.admin.email'))->firstOrFail());
$apps = \App\Models\Product::orderBy('name')
->get()
->map(function (\App\Models\Product $product) {
Expand Down

0 comments on commit 6440221

Please sign in to comment.