Skip to content

Commit

Permalink
Missing Facade Issue Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeeljavaid committed Nov 6, 2018
1 parent d6a9c4c commit 6f63ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/package/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<div class="title">{{ trans('package::messages.greeting') }}</div>
<div class="title">Default Timezone: {{ config('package.default') }}</div>
<div class="title">{{ $current_time }}</div>
<p>{!! Timezones::saySomething() !!}</p>
<p>{!! Package::saySomething() !!}</p>
</div>
</div>
</body>
Expand Down

0 comments on commit 6f63ca5

Please sign in to comment.