mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-20 11:44:05 +00:00
Setup pint & run code style fix
This commit is contained in:
@@ -16,8 +16,6 @@ class ScopeBouncer
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
* @param \Silber\Bouncer\Bouncer $bouncer
|
||||
*/
|
||||
public function __construct(Bouncer $bouncer)
|
||||
{
|
||||
@@ -28,7 +26,6 @@ class ScopeBouncer
|
||||
* Set the proper Bouncer scope for the incoming request.
|
||||
*
|
||||
* @param \Illuminate\Http\Request $request
|
||||
* @param \Closure $next
|
||||
* @return mixed
|
||||
*/
|
||||
public function handle($request, Closure $next)
|
||||
|
||||
Reference in New Issue
Block a user