mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Minor changes in kernel code.
This commit is contained in:
@@ -35,19 +35,23 @@ use FireflyIII\Support\System\GeneratesInstallationId;
|
||||
class InstallationId
|
||||
{
|
||||
use GeneratesInstallationId;
|
||||
|
||||
/**
|
||||
* Handle an incoming request.
|
||||
*
|
||||
* @param \Illuminate\Http\Request $request
|
||||
* @param Closure $next
|
||||
*
|
||||
* @throws FireflyException
|
||||
*
|
||||
* @return mixed
|
||||
*
|
||||
* @throws FireflyException
|
||||
*
|
||||
*/
|
||||
public function handle($request, Closure $next)
|
||||
{
|
||||
|
||||
|
||||
|
||||
$this->generateInstallationId();
|
||||
|
||||
return $next($request);
|
||||
|
Reference in New Issue
Block a user