From 2aaaaaa00c6fe97d5614fcba00a3d81d042f4099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20V=C4=83n=20=C3=81nh?= Date: Thu, 24 Jul 2014 15:39:27 +0700 Subject: [PATCH 1/2] correctly facade --- src/Bllim/Datatables/Facade/Datatables.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Bllim/Datatables/Facade/Datatables.php b/src/Bllim/Datatables/Facade/Datatables.php index 309775f3..20be77cc 100644 --- a/src/Bllim/Datatables/Facade/Datatables.php +++ b/src/Bllim/Datatables/Facade/Datatables.php @@ -1,14 +1,14 @@ - Date: Thu, 24 Jul 2014 15:41:03 +0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0142933..8647af97 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Composer will download the package. After the package is downloaded, open `app/c 'aliases' => array( ... - 'Datatables' => 'Bllim\Datatables\Datatables', + 'Datatables' => 'Bllim\Datatables\Facade\Datatables', ), Finally you need to publish a configuration file by running the following Artisan command.