Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating providers in readme #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

)
~~~
Expand All @@ -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

)
~~~
Expand Down Expand Up @@ -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)
[![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)