Recent changes

This commit is contained in:
2020-11-02 21:44:05 +00:00
parent 06d1e0ad3f
commit 96aa01b9c6
508 changed files with 333 additions and 79 deletions

0
app/Facades/ContextAwareValidation.php Normal file → Executable file
View File

View File

@@ -0,0 +1,17 @@
<?php
namespace App\Facades;
use Illuminate\Support\Facades\Facade;
class DigitalStorageHelper extends Facade
{
protected static function getFacadeAccessor()
{
return 'digitalStorageHelperFacadeRoot';
}
}

0
app/Facades/IP.php Normal file → Executable file
View File

0
app/Facades/Options.php Normal file → Executable file
View File

0
app/Facades/UUID.php Normal file → Executable file
View File