Skip to content

Commit

Permalink
[fix] fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
aryala7 committed Oct 31, 2023
1 parent ee27485 commit b6903e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Drivers/Farapayamak/FarapayamakMessage.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace TookanTech\Chapaar\Drivers\Ghasedak;
namespace TookanTech\Chapaar\Drivers\Farapayamak;

use TookanTech\Chapaar\Contracts\DriverMessage;

Expand Down
2 changes: 1 addition & 1 deletion src/Enums/Drivers.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace TookanTech\Chapaar\Enums;

use TookanTech\Chapaar\Drivers\Farapayamak\FarapayamakConnector;
use TookanTech\Chapaar\Drivers\Ghasedak\FarapayamakMessage;
use TookanTech\Chapaar\Drivers\Farapayamak\FarapayamakMessage;
use TookanTech\Chapaar\Drivers\Ghasedak\GhasedakConnector;
use TookanTech\Chapaar\Drivers\Ghasedak\GhasedakMessage;
use TookanTech\Chapaar\Drivers\Kavenegar\KavenegarConnector;
Expand Down

0 comments on commit b6903e7

Please sign in to comment.