public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/web/inc/lib/vendor/illuminate/collections/helpers.php
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
helpers.php
on main
Author
Date
Commit
Line
Code
FreddleSpl0it
5 months ago
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1
<?php
<?php
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 2
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 3
use Illuminate\Support\Arr;
use Illuminate\Support\Arr;
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 4
use Illuminate\Support\Collection;
use Illuminate\Support\Collection;
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 5
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 6
if (! function_exists('collect')) {
if (! function_exists('collect')) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 7
/**
/**
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 8
* Create a collection from the given value.
* Create a collection from the given value.
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 9
*
*
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 10
* @template TKey of array-key
* @template TKey of array-key
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 11
* @template TValue
* @template TValue
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 12
*
*
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 13
* @param \Illuminate\Contracts\Support\Arrayable<TKey, TValue>|iterable<TKey, TValue>|null $value
* @param \Illuminate\Contracts\Support\Arrayable<TKey, TValue>|iterable<TKey, TValue>|null $value
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 14
* @return \Illuminate\Support\Collection<TKey, TValue>
* @return \Illuminate\Support\Collection<TKey, TValue>
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 15
*/
*/
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 16
function collect($value = [])
function collect($value = [])
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 17
{
{
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 18
return new Collection($value);
return new Collection($value);
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 19
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 20
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 21
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 22
if (! function_exists('data_fill')) {
if (! function_exists('data_fill')) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 23
/**
/**
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 24
* Fill in data where it's missing.
* Fill in data where it's missing.
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 25
*
*
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 26
* @param mixed $target
* @param mixed $target
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 27
* @param string|array $key
* @param string|array $key
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 28
* @param mixed $value
* @param mixed $value
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 29
* @return mixed
* @return mixed
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 30
*/
*/
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 31
function data_fill(&$target, $key, $value)
function data_fill(&$target, $key, $value)
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 32
{
{
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 33
return data_set($target, $key, $value, false);
return data_set($target, $key, $value, false);
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 34
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 35
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 36
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 37
if (! function_exists('data_get')) {
if (! function_exists('data_get')) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 38
/**
/**
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 39
* Get an item from an array or object using "dot" notation.
* Get an item from an array or object using "dot" notation.
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 40
*
*
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 41
* @param mixed $target
* @param mixed $target
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 42
* @param string|array|int|null $key
* @param string|array|int|null $key
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 43
* @param mixed $default
* @param mixed $default
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 44
* @return mixed
* @return mixed
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 45
*/
*/
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 46
function data_get($target, $key, $default = null)
function data_get($target, $key, $default = null)
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 47
{
{
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 48
if (is_null($key)) {
if (is_null($key)) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 49
return $target;
return $target;
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 50
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 51
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 52
$key = is_array($key) ? $key : explode('.', $key);
$key = is_array($key) ? $key : explode('.', $key);
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 53
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 54
foreach ($key as $i => $segment) {
foreach ($key as $i => $segment) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 55
unset($key[$i]);
unset($key[$i]);
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 56
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 57
if (is_null($segment)) {
if (is_null($segment)) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 58
return $target;
return $target;
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 59
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 60
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 61
if ($segment === '*') {
if ($segment === '*') {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 62
if ($target instanceof Collection) {
if ($target instanceof Collection) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 63
$target = $target->all();
$target = $target->all();
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 64
} elseif (! is_iterable($target)) {
} elseif (! is_iterable($target)) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 65
return value($default);
return value($default);
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 66
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 67
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 68
$result = [];
$result = [];
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 69
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 70
foreach ($target as $item) {
foreach ($target as $item) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 71
$result[] = data_get($item, $key);
$result[] = data_get($item, $key);
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 72
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 73
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 74
return in_array('*', $key) ? Arr::collapse($result) : $result;
return in_array('*', $key) ? Arr::collapse($result) : $result;
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 75
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 76
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 77
if (Arr::accessible($target) && Arr::exists($target, $segment)) {
if (Arr::accessible($target) && Arr::exists($target, $segment)) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 78
$target = $target[$segment];
$target = $target[$segment];
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 79
} elseif (is_object($target) && isset($target->{$segment})) {
} elseif (is_object($target) && isset($target->{$segment})) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 80
$target = $target->{$segment};
$target = $target->{$segment};
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 81
} else {
} else {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 82
return value($default);
return value($default);
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 83
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 84
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 85
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 86
return $target;
return $target;
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 87
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 88
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 89
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 90
if (! function_exists('data_set')) {
if (! function_exists('data_set')) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 91
/**
/**
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 92
* Set an item on an array or object using dot notation.
* Set an item on an array or object using dot notation.
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 93
*
*
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 94
* @param mixed $target
* @param mixed $target
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 95
* @param string|array $key
* @param string|array $key
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 96
* @param mixed $value
* @param mixed $value
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 97
* @param bool $overwrite
* @param bool $overwrite
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 98
* @return mixed
* @return mixed
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 99
*/
*/
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 100
function data_set(&$target, $key, $value, $overwrite = true)
function data_set(&$target, $key, $value, $overwrite = true)
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 101
{
{
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 102
$segments = is_array($key) ? $key : explode('.', $key);
$segments = is_array($key) ? $key : explode('.', $key);
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 103
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 104
if (($segment = array_shift($segments)) === '*') {
if (($segment = array_shift($segments)) === '*') {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 105
if (! Arr::accessible($target)) {
if (! Arr::accessible($target)) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 106
$target = [];
$target = [];
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 107
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 108
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 109
if ($segments) {
if ($segments) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 110
foreach ($target as &$inner) {
foreach ($target as &$inner) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 111
data_set($inner, $segments, $value, $overwrite);
data_set($inner, $segments, $value, $overwrite);
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 112
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 113
} elseif ($overwrite) {
} elseif ($overwrite) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 114
foreach ($target as &$inner) {
foreach ($target as &$inner) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 115
$inner = $value;
$inner = $value;
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 116
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 117
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 118
} elseif (Arr::accessible($target)) {
} elseif (Arr::accessible($target)) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 119
if ($segments) {
if ($segments) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 120
if (! Arr::exists($target, $segment)) {
if (! Arr::exists($target, $segment)) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 121
$target[$segment] = [];
$target[$segment] = [];
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 122
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 123
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 124
data_set($target[$segment], $segments, $value, $overwrite);
data_set($target[$segment], $segments, $value, $overwrite);
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 125
} elseif ($overwrite || ! Arr::exists($target, $segment)) {
} elseif ($overwrite || ! Arr::exists($target, $segment)) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 126
$target[$segment] = $value;
$target[$segment] = $value;
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 127
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 128
} elseif (is_object($target)) {
} elseif (is_object($target)) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 129
if ($segments) {
if ($segments) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 130
if (! isset($target->{$segment})) {
if (! isset($target->{$segment})) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 131
$target->{$segment} = [];
$target->{$segment} = [];
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 132
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 133
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 134
data_set($target->{$segment}, $segments, $value, $overwrite);
data_set($target->{$segment}, $segments, $value, $overwrite);
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 135
} elseif ($overwrite || ! isset($target->{$segment})) {
} elseif ($overwrite || ! isset($target->{$segment})) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 136
$target->{$segment} = $value;
$target->{$segment} = $value;
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 137
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 138
} else {
} else {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 139
$target = [];
$target = [];
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 140
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 141
if ($segments) {
if ($segments) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 142
data_set($target[$segment], $segments, $value, $overwrite);
data_set($target[$segment], $segments, $value, $overwrite);
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 143
} elseif ($overwrite) {
} elseif ($overwrite) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 144
$target[$segment] = $value;
$target[$segment] = $value;
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 145
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 146
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 147
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 148
return $target;
return $target;
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 149
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 150
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 151
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 152
if (! function_exists('data_forget')) {
if (! function_exists('data_forget')) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 153
/**
/**
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 154
* Remove / unset an item from an array or object using "dot" notation.
* Remove / unset an item from an array or object using "dot" notation.
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 155
*
*
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 156
* @param mixed $target
* @param mixed $target
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 157
* @param string|array|int|null $key
* @param string|array|int|null $key
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 158
* @return mixed
* @return mixed
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 159
*/
*/
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 160
function data_forget(&$target, $key)
function data_forget(&$target, $key)
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 161
{
{
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 162
$segments = is_array($key) ? $key : explode('.', $key);
$segments = is_array($key) ? $key : explode('.', $key);
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 163
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 164
if (($segment = array_shift($segments)) === '*' && Arr::accessible($target)) {
if (($segment = array_shift($segments)) === '*' && Arr::accessible($target)) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 165
if ($segments) {
if ($segments) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 166
foreach ($target as &$inner) {
foreach ($target as &$inner) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 167
data_forget($inner, $segments);
data_forget($inner, $segments);
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 168
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 169
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 170
} elseif (Arr::accessible($target)) {
} elseif (Arr::accessible($target)) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 171
if ($segments && Arr::exists($target, $segment)) {
if ($segments && Arr::exists($target, $segment)) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 172
data_forget($target[$segment], $segments);
data_forget($target[$segment], $segments);
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 173
} else {
} else {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 174
Arr::forget($target, $segment);
Arr::forget($target, $segment);
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 175
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 176
} elseif (is_object($target)) {
} elseif (is_object($target)) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 177
if ($segments && isset($target->{$segment})) {
if ($segments && isset($target->{$segment})) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 178
data_forget($target->{$segment}, $segments);
data_forget($target->{$segment}, $segments);
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 179
} elseif (isset($target->{$segment})) {
} elseif (isset($target->{$segment})) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 180
unset($target->{$segment});
unset($target->{$segment});
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 181
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 182
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 183
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 184
return $target;
return $target;
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 185
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 186
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 187
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 188
if (! function_exists('head')) {
if (! function_exists('head')) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 189
/**
/**
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 190
* Get the first element of an array. Useful for method chaining.
* Get the first element of an array. Useful for method chaining.
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 191
*
*
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 192
* @param array $array
* @param array $array
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 193
* @return mixed
* @return mixed
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 194
*/
*/
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 195
function head($array)
function head($array)
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 196
{
{
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 197
return reset($array);
return reset($array);
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 198
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 199
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 200
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 201
if (! function_exists('last')) {
if (! function_exists('last')) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 202
/**
/**
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 203
* Get the last element from an array.
* Get the last element from an array.
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 204
*
*
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 205
* @param array $array
* @param array $array
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 206
* @return mixed
* @return mixed
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 207
*/
*/
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 208
function last($array)
function last($array)
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 209
{
{
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 210
return end($array);
return end($array);
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 211
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 212
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 213
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 214
if (! function_exists('value')) {
if (! function_exists('value')) {
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 215
/**
/**
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 216
* Return the default value of the given value.
* Return the default value of the given value.
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 217
*
*
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 218
* @param mixed $value
* @param mixed $value
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 219
* @param mixed ...$args
* @param mixed ...$args
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 220
* @return mixed
* @return mixed
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 221
*/
*/
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 222
function value($value, ...$args)
function value($value, ...$args)
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 223
{
{
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 224
return $value instanceof Closure ? $value(...$args) : $value;
return $value instanceof Closure ? $value(...$args) : $value;
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 225
}
}
same change
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 226
}
}