Skip to content

Commit 23244ff

Browse files
committed
- Update
1 parent 4b7bb32 commit 23244ff

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# A dynamic table component for Laravel Livewire
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/rappasoft/laravel-livewire-tables.svg?style=flat-square)](https://packagist.org/packages/rappasoft/laravel-livewire-tables)
4-
[![StyleCI](https://styleci.io/repos/242222088/shield?style=plastic)](https://github.styleci.io/repos/242222088)
4+
[![StyleCI](https://styleci.io/repos/250246992/shield?style=plastic)](https://github.styleci.io/repos/250246992)
55
[![Total Downloads](https://img.shields.io/packagist/dt/rappasoft/laravel-livewire-tables.svg?style=flat-square)](https://packagist.org/packages/rappasoft/laravel-livewire-tables)
66

77
A Laravel Livewire component for data tables.

tests/TestCase.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
use Rappasoft\LivewireTables\LivewireTablesServiceProvider;
66

77
/**
8-
* Class LockoutTest.
8+
* Class TestCase
9+
*
10+
* @package Rappasoft\LivewireTables\Tests
911
*/
1012
class TestCase extends \Orchestra\Testbench\TestCase
1113
{

0 commit comments

Comments
 (0)