Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timezones #32 #33

Merged
merged 10 commits into from
Mar 5, 2021
2 changes: 1 addition & 1 deletion src/Policies/TimezonePolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Tipoff\Addressses\Policies;
namespace Tipoff\Addresses\Policies;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! I couldn't see the problem right in front of me!


use Illuminate\Auth\Access\HandlesAuthorization;
use Tipoff\Addresses\Models\Timezone;
Expand Down