added more comments

removed silly debug.
This commit is contained in:
Vedran Zelen
2020-07-27 12:40:45 +02:00
parent 6979d0c0b4
commit 4558e8d958
15 changed files with 23 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@ namespace App;
//allows the use of Model library
use Illuminate\Database\Eloquent\Model;
//Class of which should extend Model Library
class CalendarEvent extends Model
{
//