aboutsummaryrefslogtreecommitdiff
path: root/src/CamilStaps/BotleaguesApi/Competition.php
diff options
context:
space:
mode:
authorCamil Staps2015-05-14 11:18:12 +0200
committerCamil Staps2015-05-14 11:18:12 +0200
commita012ea9e7d5dd0baadb549e1460a8339224f37a5 (patch)
treea74414754eb8d00d21d92d1ca5be274235ac8e52 /src/CamilStaps/BotleaguesApi/Competition.php
parentPassword reminders start (diff)
Own Model class; new namespaces Database and Controllers; RFC2822 dates
Diffstat (limited to 'src/CamilStaps/BotleaguesApi/Competition.php')
-rw-r--r--src/CamilStaps/BotleaguesApi/Competition.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/CamilStaps/BotleaguesApi/Competition.php b/src/CamilStaps/BotleaguesApi/Competition.php
deleted file mode 100644
index a8da665..0000000
--- a/src/CamilStaps/BotleaguesApi/Competition.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-namespace CamilStaps\BotleaguesApi;
-
-use Illuminate\Database\Eloquent\Model;
-
-class Competition extends Model {
-
- protected $table = 'competitions';
- protected $hidden = [];
- protected $fillable = ['gameId', 'title', 'description', 'competition_type', 'start', 'end', 'max_players'];
-
-} \ No newline at end of file