mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-01 03:47:08 +00:00
1.3 - Getting to Green
This commit is contained in:
11
app/Concert.php
Normal file
11
app/Concert.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Concert extends Model
|
||||
{
|
||||
protected $guarded = [];
|
||||
protected $dates = ['date'];
|
||||
}
|
||||
Reference in New Issue
Block a user