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