Skip to content

Instantly share code, notes, and snippets.

@Mulkave
Created June 8, 2016 19:51
Show Gist options
  • Save Mulkave/5a99e45ba350cb8b89fb3128ed9ad7e9 to your computer and use it in GitHub Desktop.
Save Mulkave/5a99e45ba350cb8b89fb3128ed9ad7e9 to your computer and use it in GitHub Desktop.
<?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