Skip to content

Commit

Permalink
Merge pull request #58 from freshbitsweb/analysis-8jZ63R
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
gauravmak committed Jul 13, 2019
2 parents de7620d + 39e77eb commit eb02621
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/config/laratables.php
Expand Up @@ -10,7 +10,7 @@
// Name of the columns that should not be searched for values in the datatables.
'non_searchable_columns' => [],

/**
/*
* Maximum number of records that can be fetched in a single API call.
* As users of the site can update the value of the select option from the browser
* and fetch unlimited records, we need to protect against that on the server side.
Expand Down
2 changes: 0 additions & 2 deletions tests/RecordsLimitTest.php
Expand Up @@ -2,8 +2,6 @@

namespace Freshbitsweb\Laratables\Tests;

use Illuminate\Support\Str;

class RecordsLimitTest extends TestCase
{
/** @test */
Expand Down

0 comments on commit eb02621

Please sign in to comment.