b5877e2385
First commit to the new repo so I'm doing a bit of housecleaning, which is cleaning up some old files, adding some changes that had been made elsewhere and adding a php format config file to normalize formatting across multiple projects.
8 lines
77 B
PHP
8 lines
77 B
PHP
<?php
|
|
|
|
require 'vendor/autoload.php';
|
|
|
|
use engine\StartKit;
|
|
|
|
new StartKit();
|