rename build to bootstrap
This commit is contained in:
parent
ee033466f2
commit
adf8e4be60
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
// Helpers
|
// Define Helpers
|
||||||
function genericDeepCopy(mixed $data): mixed {
|
function genericDeepCopy(mixed $data): mixed {
|
||||||
if (is_array($data)) {
|
if (is_array($data)) {
|
||||||
$copy = [];
|
$copy = [];
|
Loading…
Reference in New Issue
Block a user