Skip to content

Commit

Permalink
code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed Nov 18, 2024
1 parent beccd6c commit e1f8943
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions app/Core/Configuration/laravelConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@
],
],


],

/*
Expand Down Expand Up @@ -473,5 +472,4 @@
],
],


];
1 change: 0 additions & 1 deletion app/Core/Db/Db.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public function __construct($connection = 'mysql')
Log::error($e);

throw new \Exception($e);

}
}

Expand Down
1 change: 0 additions & 1 deletion app/Core/Middleware/LoadPlugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Leantime\Core\Middleware;

use Closure;
use Illuminate\Pipeline\Pipeline;
use Leantime\Core\Events\DispatchesEvents;
use Leantime\Core\Http\IncomingRequest;
use Symfony\Component\HttpFoundation\Response;
Expand Down
1 change: 0 additions & 1 deletion app/Core/Providers/Logging.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Leantime\Core\Providers;

use Illuminate\Container\Container;
use Illuminate\Log;
use Illuminate\Support\ServiceProvider;

Expand Down
1 change: 0 additions & 1 deletion app/Domain/Help/Composers/Helpermodal.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public function with(): array

$currentModal = $this->helperService->getHelperModalByRoute($action);


if (
$completedOnboarding == '1'
&& $currentModal !== 'notfound'
Expand Down
3 changes: 0 additions & 3 deletions app/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ function redirect($url = null, $http_response_code = 302, $headers = [], $secure
* @param array $headers
* @param bool|null $secure
*/

function currentRoute()
{

Expand All @@ -285,7 +284,6 @@ function currentRoute()

/**
* Gets a unique instance key determined by domain
*
*/
function get_domain_key()
{
Expand All @@ -302,4 +300,3 @@ function get_domain_key()
}

}

0 comments on commit e1f8943

Please sign in to comment.