From 9b1ee8258351bf7afb4c4956365b4b5b818eae40 Mon Sep 17 00:00:00 2001 From: Connor Burton Date: Thu, 5 May 2016 16:25:58 +0100 Subject: [PATCH] Updating providers in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d09677a..8b54a94 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Once Theme is installed you need to register the service provider with the appli ~~~ 'providers' => array( - 'Teepluss\Restable\RestableServiceProvider' + Teepluss\Restable\RestableServiceProvider::class ) ~~~ @@ -33,7 +33,7 @@ Restable also ships with a facade which provides the static syntax for creating ~~~ 'aliases' => array( - 'Restable' => 'Teepluss\Restable\Facades\Restable' + 'Restable' => Teepluss\Restable\Facades\Restable::class ) ~~~ @@ -271,4 +271,4 @@ return Restable::single($data)->toJson(Input::get('callback')); If you have some problem, Contact teepluss@gmail.com -[![Support via PayPal](https://rawgithub.com/chris---/Donation-Badges/master/paypal.jpeg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9GEC8J7FAG6JA) \ No newline at end of file +[![Support via PayPal](https://rawgithub.com/chris---/Donation-Badges/master/paypal.jpeg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9GEC8J7FAG6JA)