first commit
This commit is contained in:
10
app/Relay.php
Executable file
10
app/Relay.php
Executable file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Relay extends Model
|
||||
{
|
||||
//
|
||||
}
|
Reference in New Issue
Block a user