mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-02 20:54:35 -04:00
company settings
This commit is contained in:
parent
534b515849
commit
710732a1fb
@ -21,7 +21,7 @@ trait CompanySettingsSaver
|
|||||||
{
|
{
|
||||||
|
|
||||||
public function saveSettings($settings)
|
public function saveSettings($settings)
|
||||||
{
|
{var_dump($settings);
|
||||||
$company_settings = $this->settings;
|
$company_settings = $this->settings;
|
||||||
|
|
||||||
//unset protected properties.
|
//unset protected properties.
|
||||||
|
@ -49,7 +49,7 @@ class UploadLogoTest extends TestCase
|
|||||||
Storage::fake('avatars');
|
Storage::fake('avatars');
|
||||||
|
|
||||||
$data = [
|
$data = [
|
||||||
'logo' => UploadedFile::fake()->image('avatar.jpg'),
|
'company_logo' => UploadedFile::fake()->image('avatar.jpg'),
|
||||||
'name' => 'TestCompany'
|
'name' => 'TestCompany'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user