Added new class function structures

This commit is contained in:
2018-11-04 08:15:31 -06:00
parent 437e6fd039
commit 1cd8b378c0
2 changed files with 18 additions and 0 deletions

9
app/Library/Mail.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
namespace App\Library;
class Mail {
}
?>

9
app/Library/MoonMine.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
namespace App\Library;
class MoonMine {
}
?>