* @author Vedat Akdogan */ class DefaultadminTheme extends Theme { /** * This is an admin theme. * * @var bool */ protected $admin = true; }