Skip to content

Commit a128414

Browse files
committed
Fix namespace issue in example code
Refs #17
1 parent 3965e5e commit a128414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/index.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ The code snippets here should get you started quickly, including jQuery 3. For m
6565
# Quickstart
6666

6767
```php?start_inline=true
68-
use Omines\DataTablesBundle\DataTablesTrait;
6968
use Omines\DataTablesBundle\Adapter\ArrayAdapter;
7069
use Omines\DataTablesBundle\Column\TextColumn;
70+
use Omines\DataTablesBundle\Controller\DataTablesTrait;
7171
7272
class MyController extends Controller
7373
{

0 commit comments

Comments
 (0)