Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Fixes and composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Oct 14, 2023
1 parent 3709202 commit ceea341
Show file tree
Hide file tree
Showing 38 changed files with 666 additions and 829 deletions.
6 changes: 3 additions & 3 deletions app/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
use Illuminate\Support\Facades\App;
use LaravelEnso\Helpers\Exceptions\EnsoException;
use LaravelEnso\Sentry\Exceptions\Handler as Sentry;
use LaravelLiberu\Helpers\Exceptions\LiberuException;
use LaravelLiberu\Sentry\Exceptions\Handler as Sentry;
use Throwable;

class Handler extends ExceptionHandler
{
protected $dontReport = [
EnsoException::class,
LiberuException::class,
];

protected $dontFlash = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Service;
namespace App\Services;

use Illuminate\Support\Facades\DB;
use LaravelEnso\Multitenancy\Enums\Connections;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion app/Service/Tenant.php → app/Services/Tenant.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Service;
namespace App\Services;

use Illuminate\Support\Facades\DB;
use Illuminate\Support\Str;
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"laravel-liberu/teams": "^4.0",
"laravel-liberu/tutorials": "^5.0",
"laravel/cashier": "^14.12",
"laravel/horizon": "^5.0",
"laravel/octane": "^2.0",
"laravel/sanctum": "^3.2",
"laravel/socialite": "^5.5",
Expand Down
Loading

0 comments on commit ceea341

Please sign in to comment.