Skip to content

Commit

Permalink
Update Directory Structure
Browse files Browse the repository at this point in the history
  • Loading branch information
irfaardy committed Feb 19, 2020
1 parent 87e5a9a commit a201346
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
File renamed without changes.
18 changes: 0 additions & 18 deletions Classes/pro.php

This file was deleted.

6 changes: 5 additions & 1 deletion Classes/Roulete.php → Irfa/Roulete.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?php
namespace Classes;
/*
Author:Irfa Ardiansyah <irfaardiansyah95@gmail.com>
Simple Gatcha Simulator
*/
namespace Irfa;

class Roulete {

Expand Down
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "irfaardy/gatcha",
"description": "simple items gatcha",
"license": "MIT",
"authors": [
{
"name": "Irfa",
"email": "irfaardiansyah95@gmail.com"
}
],
"minimum-stability": "stable",
"require": {}
}
4 changes: 2 additions & 2 deletions Gatcha.php → example.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
require_once "Classes/Autoloader.php";
require_once "Autoloader.php";

use Classes\Roulete as Roll;
use Irfa\Roulete as Roll;


include"view/home/head.php";
Expand Down

0 comments on commit a201346

Please sign in to comment.