mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-21 09:00:07 +00:00
Code cleanup.
This commit is contained in:
@@ -1241,7 +1241,7 @@ class BinderTest extends TestCase
|
||||
}
|
||||
);
|
||||
|
||||
$names = join(',', $tags->pluck('tag')->toArray());
|
||||
$names = implode(',', $tags->pluck('tag')->toArray());
|
||||
|
||||
|
||||
$this->be($this->user());
|
||||
|
||||
Reference in New Issue
Block a user