Skip to content

Commit

Permalink
src
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerNomad committed Jan 6, 2021
1 parent 278a1fc commit 70935bd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
5 changes: 5 additions & 0 deletions src/Config/Settings.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php
namespace DomainDumper\Config;
class Setings {
//TODO
}
9 changes: 0 additions & 9 deletions src/DomainDumper.php

This file was deleted.

5 changes: 5 additions & 0 deletions src/Helpers/Utils.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php
namespace DomainDumper\Helpers;
class Utils {
//TODO
}
2 changes: 2 additions & 0 deletions src/bootstrap.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
require __DIR__ .'/../vendor/autoload.php';

0 comments on commit 70935bd

Please sign in to comment.