rename build to bootstrap
This commit is contained in:
		@@ -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 = [];
 | 
				
			||||||
		Reference in New Issue
	
	Block a user