Lint PHP code psr-12, add GH action
This commit is contained in:
@@ -10,8 +10,6 @@ class IsNotSubscribed
|
||||
/**
|
||||
* Handle an incoming request.
|
||||
*
|
||||
* @param \Illuminate\Http\Request $request
|
||||
* @param \Closure $next
|
||||
* @return mixed
|
||||
*/
|
||||
public function handle(Request $request, Closure $next)
|
||||
@@ -24,6 +22,7 @@ class IsNotSubscribed
|
||||
'type' => 'error',
|
||||
], 401);
|
||||
}
|
||||
|
||||
return redirect('billing');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user