initial commit
This commit is contained in:
commit
0c42bef077
109 changed files with 16545 additions and 0 deletions
10
app/Models/Showing.php
Normal file
10
app/Models/Showing.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Showing extends Model
|
||||
{
|
||||
//
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue