Created
June 29, 2013 07:03
-
-
Save tournasdim/5890179 to your computer and use it in GitHub Desktop.
A quick callback to return the Root-Class of a Facade in Laravel 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Route::get('facade' , function() | |
{ | |
return get_class(App::getFacadeRoot()) ; | |
}) ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment