Skip to content

Commit

Permalink
Merge pull request #466 from avored/developed
Browse files Browse the repository at this point in the history
Developed to Master
  • Loading branch information
indpurvesh authored Sep 2, 2020
2 parents ec017dc + cee98f4 commit 2b2ccf5
Show file tree
Hide file tree
Showing 15 changed files with 430 additions and 162,984 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<p align="center">
<a href="https://www.avored.com/" target="_blank"><img src="https://github.com/avored/framework/raw/dev/logo.svg?sanitize=true" height="86" alt="AvoRed"></a>
<a href="https://www.avored.com/" target="_blank"><img src="./public/images/logo.svg?sanitize=true" height="86" alt="AvoRed"></a>
</p>

<p align="center">
<a href="https://circleci.com/gh/avored/framework/tree/master" target="_blank"><img src="https://circleci.com/gh/avored/framework/tree/master.svg?style=shield" alt="CircleCI"></a>
<a href="https://avored.com" target="_blank"><img src="https://github.com/avored/framework/workflows/Run%20Tests/badge.svg" alt="AvoRed Tests"></a>
<a href="https://packagist.org/packages/avored/framework" target="_blank"><img src="https://poser.pugx.org/avored/framework/downloads" alt="Total Downloads"></a>
<a href="https://packagist.org/packages/avored/framework" target="_blank"><img src="https://poser.pugx.org/avored/framework/v/stable" alt="Latest Stable Version"></a>
<a href="https://packagist.org/packages/avored/framework" target="_blank"><img src="https://poser.pugx.org/avored/framework/license" alt="License"></a>
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/OrderController.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function place(Request $request)
*/
public function customer($request)
{
if (Auth::check()) {
if (Auth::guard('customer')->check()) {
$this->customer = Auth::guard('customer')->user();
} else {
$email = $request->get('email');
Expand Down
Loading

0 comments on commit 2b2ccf5

Please sign in to comment.