Skip to content

Commit

Permalink
Merge pull request #3001 from yajra/analysis-PG7EdL
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
yajra authored May 27, 2023
2 parents 2cc0e76 + 419419f commit 5ce2e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utilities/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ public static function isJavascript(string|array|object|null $value, string $key

/** @var array $callbacks */
$callbacks = config('datatables.callback', ['$', '$.', 'function']);

if (Str::startsWith($key, 'language.')) {
return false;
}
Expand Down

0 comments on commit 5ce2e1a

Please sign in to comment.