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. 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 @@ -