File tree Expand file tree Collapse file tree 15 files changed +35
-35
lines changed Expand file tree Collapse file tree 15 files changed +35
-35
lines changed Original file line number Diff line number Diff line change 2424 },
2525 "autoload" : {
2626 "psr-4" : {
27- "Hammerstone \\ Torchlight\\ " : " src/"
27+ "Torchlight\\ " : " src/"
2828 }
2929 },
3030 "autoload-dev" : {
3131 "psr-4" : {
32- "Hammerstone \\ Torchlight\\ Tests\\ " : " tests/"
32+ "Torchlight\\ Tests\\ " : " tests/"
3333 }
3434 },
3535 "extra" : {
3636 "laravel" : {
3737 "providers" : [
38- " Hammerstone \\ Torchlight\\ TorchlightServiceProvider"
38+ " Torchlight\\ TorchlightServiceProvider"
3939 ]
4040 }
4141 }
Original file line number Diff line number Diff line change 33 * @author Aaron Francis <aaron@hammerstone.dev|https://twitter.com/aarondfrancis>
44 */
55
6- namespace Hammerstone \ Torchlight \Blade ;
6+ namespace Torchlight \Blade ;
77
8- use Hammerstone \ Torchlight \Block ;
9- use Hammerstone \ Torchlight \Client ;
8+ use Torchlight \Block ;
9+ use Torchlight \Client ;
1010use Illuminate \Http \Response ;
1111use Illuminate \Support \Str ;
1212
Original file line number Diff line number Diff line change 33 * @author Aaron Francis <aarondfrancis@gmail.com|https://twitter.com/aarondfrancis>
44 */
55
6- namespace Hammerstone \ Torchlight \Blade ;
6+ namespace Torchlight \Blade ;
77
8- use Hammerstone \ Torchlight \Block ;
8+ use Torchlight \Block ;
99use Illuminate \View \Component ;
10- use Hammerstone \ Torchlight \Blade \BladeManager ;
10+ use Torchlight \Blade \BladeManager ;
1111
1212class CodeComponent extends Component
1313{
Original file line number Diff line number Diff line change 33 * @author Aaron Francis <aaron@hammerstone.dev|https://twitter.com/aarondfrancis>
44 */
55
6- namespace Hammerstone \ Torchlight ;
6+ namespace Torchlight ;
77
88use Illuminate \Support \Str ;
99
Original file line number Diff line number Diff line change 33 * @author Aaron Francis <aaron@hammerstone.dev|https://twitter.com/aarondfrancis>
44 */
55
6- namespace Hammerstone \ Torchlight ;
6+ namespace Torchlight ;
77
8- use Hammerstone \ Torchlight \Exceptions \ConfigurationException ;
9- use Hammerstone \ Torchlight \Exceptions \RequestException ;
10- use Hammerstone \ Torchlight \Exceptions \TorchlightException ;
8+ use Torchlight \Exceptions \ConfigurationException ;
9+ use Torchlight \Exceptions \RequestException ;
10+ use Torchlight \Exceptions \TorchlightException ;
1111use Illuminate \Http \Client \Response ;
1212use Illuminate \Support \Arr ;
1313use Illuminate \Support \Collection ;
Original file line number Diff line number Diff line change 33 * @author Aaron Francis <aaron@hammerstone.dev>
44 */
55
6- namespace Hammerstone \ Torchlight \Commands ;
6+ namespace Torchlight \Commands ;
77
88use Hammerstone \Airdrop \AirdropServiceProvider ;
9- use Hammerstone \ Torchlight \TorchlightServiceProvider ;
9+ use Torchlight \TorchlightServiceProvider ;
1010use Illuminate \Console \Command ;
1111use Illuminate \Support \Facades \Artisan ;
1212
Original file line number Diff line number Diff line change 33 * @author Aaron Francis <aarondfrancis@gmail.com|https://twitter.com/aarondfrancis>
44 */
55
6- namespace Hammerstone \ Torchlight \Exceptions ;
6+ namespace Torchlight \Exceptions ;
77
88
99class ConfigurationException extends TorchlightException
Original file line number Diff line number Diff line change 33 * @author Aaron Francis <aarondfrancis@gmail.com|https://twitter.com/aarondfrancis>
44 */
55
6- namespace Hammerstone \ Torchlight \Exceptions ;
6+ namespace Torchlight \Exceptions ;
77
88
99class RequestException extends TorchlightException
Original file line number Diff line number Diff line change 33 * @author Aaron Francis <aaron@hammerstone.dev|https://twitter.com/aarondfrancis>
44 */
55
6- namespace Hammerstone \ Torchlight \Exceptions ;
6+ namespace Torchlight \Exceptions ;
77
88class TorchlightException extends \Exception
99{
Original file line number Diff line number Diff line change 11<?php
22
3- namespace Hammerstone \ Torchlight \Middleware ;
3+ namespace Torchlight \Middleware ;
44
55use Closure ;
6- use Hammerstone \ Torchlight \Blade \BladeManager ;
6+ use Torchlight \Blade \BladeManager ;
77use Illuminate \Http \Request ;
88use Illuminate \Http \Response ;
99use Illuminate \Support \Str ;
You can’t perform that action at this time.
0 commit comments