Unverified Commit 3b6f273c authored by Viral Solani's avatar Viral Solani Committed by GitHub

Merge pull request #82 from viralsolani/analysis-z9eb5a

Apply fixes from StyleCI
parents 0e4788e3 28b704be
......@@ -3,7 +3,6 @@
namespace App\Http\Requests\Backend\Settings;
use App\Http\Requests\Request;
use App\Models\Settings\Setting;
/**
* Class UpdateSettingsRequest.
......@@ -42,7 +41,7 @@ class UpdateSettingsRequest extends Request
{
return [
'logo.dimensions' => 'Invalid logo - should be minimum 226*48',
'favicon.dimensions' => 'Invalid favicon - should be 16*16'
'favicon.dimensions' => 'Invalid favicon - should be 16*16',
];
}
}
......@@ -5,7 +5,6 @@ namespace App\Repositories\Backend\Settings;
use App\Exceptions\GeneralException;
use App\Models\Settings\Setting;
use App\Repositories\BaseRepository;
use DB;
/**
* Class SettingsRepository.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment