Skip to content

Commit

Permalink
Merge pull request #37 from zerosonesfun/master
Browse files Browse the repository at this point in the history
Remove logging and two small CSS adjustments
  • Loading branch information
eddiewebb authored Dec 31, 2021
2 parents 2ec1857 + 5d00df9 commit 2d14b9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
11 changes: 10 additions & 1 deletion resources/less/forum.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
.Modal-header .Avatar {
margin-right: 15px;
}

#eventdescription p {
font-size: 1rem;
font-weight: bold;
}

@media (max-width: 767px){
.fc-toolbar-chunk {
margin: 10px 5px 0px 0px;
Expand All @@ -17,4 +26,4 @@
.fc-next-button.fc-button.fc-button-primary {
margin-top: 10px;
}
}
}
7 changes: 0 additions & 7 deletions src/Integrations/EventResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,8 @@

class EventResource extends Resource
{
public function __construct()
{
app('log')->debug("[Webbinaro\AdvCalendar] Resource Initialized");
}


public function query(): Builder
{
app('log')->debug("[Webbinaro\AdvCalendar] Resource Queried");
return Model::query();
}

Expand Down

0 comments on commit 2d14b9f

Please sign in to comment.