Groundwork
This commit is contained in:
23
app/helpers.php
Normal file
23
app/helpers.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
|
||||
class DomainInfo
|
||||
{
|
||||
public static function DomainGetInfo()
|
||||
{
|
||||
|
||||
return $domain_info;
|
||||
}
|
||||
}
|
||||
class RecordInfo
|
||||
{
|
||||
public static function RecordGetInfo()
|
||||
{
|
||||
|
||||
return $record_info;
|
||||
}
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user