Skip to content

Commit

Permalink
Corrects case-sensitive typo (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomartin89 authored and mpociot committed Sep 4, 2017
1 parent cacb19c commit 90735b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commands/AddGreetingText.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace BotMan\Drivers\Facebook\Commands;

use Botman\BotMan\Http\Curl;
use BotMan\BotMan\Http\Curl;
use Illuminate\Console\Command;

class AddGreetingText extends Command
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/AddStartButtonPayload.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace BotMan\Drivers\Facebook\Commands;

use Botman\BotMan\Http\Curl;
use BotMan\BotMan\Http\Curl;
use Illuminate\Console\Command;

class AddStartButtonPayload extends Command
Expand Down

0 comments on commit 90735b4

Please sign in to comment.