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