Skip to content

Commit

Permalink
~ Fixed includes on examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tylernathanreed committed Sep 25, 2020
1 parent dc35711 commit 0075522
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ To send a message, use the `to` method on the `SMS` facade. The `to` method acce
namespace App\Http\Controllers;

use App\Http\Controllers\Controller;
use App\Mail\OrderShipped;
use App\Models\Order;
use App\SMS\OrderShipped;
use Illuminate\Http\Request;
use Reedware\LaravelSMS\SMS;

Expand Down Expand Up @@ -334,7 +334,6 @@ If using textables isn't something you want to do, you can also send text messag
namespace App\Http\Controllers;

use App\Http\Controllers\Controller;
use App\Mail\OrderShipped;
use App\Models\Order;
use Illuminate\Http\Request;
use Reedware\LaravelSMS\SMS;
Expand Down

0 comments on commit 0075522

Please sign in to comment.