for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Arcanesoft\Media\Http\Controllers\Admin;
use Arcanedev\LaravelApiHelper\Traits\JsonResponses;
use Arcanesoft\Core\Http\Controllers\AdminController;
use Arcanesoft\Core\Traits\Notifyable;
/**
* Class Controller
*
* @package Arcanesoft\Media\Http\Controllers\Admin
* @author ARCANEDEV <[email protected]>
*/
abstract class Controller extends AdminController
{
/* -----------------------------------------------------------------
| Traits
| -----------------------------------------------------------------
use Notifyable,
JsonResponses;
| Properties
* The view namespace.
* @var string
protected $viewNamespace = 'media';
}