Created
June 8, 2016 19:51
-
-
Save Mulkave/5a99e45ba350cb8b89fb3128ed9ad7e9 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\Foundation; | |
use Directory\Foundation\ServesFeaturesTrait; | |
use Illuminate\Routing\Controller as BaseController; | |
use Illuminate\Foundation\Validation\ValidatesRequests; | |
class Controller extends BaseController | |
{ | |
use ValidatesRequests; | |
use ServesFeaturesTrait; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment