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
Merged

Timezones #32 #33

merged 10 commits into from
Mar 5, 2021

Conversation

drewroberts
Copy link
Member

@drewroberts drewroberts commented Mar 4, 2021

Creating timezones for issue #32

@@ -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!

@@ -9,7 +9,8 @@ class AddTimezones extends Migration
{
public function up()
{
if (app()->has(Timezone::class)) {

if (class_exists(Timezone::class)) {
Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks!

@drewroberts drewroberts merged commit 6696d2f into main Mar 5, 2021
@drewroberts drewroberts deleted the drewroberts/feature/32-timezones branch March 5, 2021 01:04
@alliroberts alliroberts added this to Done in Locations v2 Mar 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Locations v2
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants