for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace app\controllers\admin\album;
use Itstructure\MFUploader\controllers\album\OtherAlbumController as BaseOtherAlbumController;
use app\traits\{LanguageTrait, AdminBeforeActionTrait, AccessTrait};
/**
* OtherAlbumController
*
* @author Andrey Girnik <[email protected]>
*/
class OtherAlbumController extends BaseOtherAlbumController
{
use LanguageTrait, AdminBeforeActionTrait, AccessTrait;
app\traits\AccessTrait
$user
app\controllers\admin\album\OtherAlbumController
app\traits\AdminBeforeActionTrait
$controller
}