Skip to content

Commit

Permalink
Merge pull request #3 from Lukasss93/analysis-ka3wRG
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
Lukasss93 authored Feb 12, 2022
2 parents 9f4d392 + 70fc38e commit e8f5a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

if (! function_exists('lang_path')) {
if (!function_exists('lang_path')) {
/**
* Get the path to the language folder.
*
Expand All @@ -13,7 +13,7 @@ function lang_path($path = '')
}
}

if(! function_exists('csv_path')){
if (!function_exists('csv_path')) {
function csv_path($relative = false): string
{
$path = config('larex.csv.path');
Expand Down

0 comments on commit e8f5a56

Please sign in to comment.