Created
June 8, 2016 19:32
-
-
Save Mulkave/ce5206880a4b2628a636525b2e459850 to your computer and use it in GitHub Desktop.
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
<?php | |
namespace Directory\Services\Site\Providers; | |
use Directory\Foundation\Providers\RouteServiceProvider as ServiceProvider; | |
class RouteServiceProvider extends ServiceProvider | |
{ | |
protected $serviceName = 'Site'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment