Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3750559
D786.id1988.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D786.id1988.diff
View Options
diff --git a/app/Features.php b/app/Config/Features.php
rename from app/Features.php
rename to app/Config/Features.php
--- a/app/Features.php
+++ b/app/Config/Features.php
@@ -1,6 +1,6 @@
<?php
-namespace Nasqueron\Notifications;
+namespace Nasqueron\Notifications\Config;
use Config;
diff --git a/app/Console/Commands/ConfigShow.php b/app/Console/Commands/ConfigShow.php
--- a/app/Console/Commands/ConfigShow.php
+++ b/app/Console/Commands/ConfigShow.php
@@ -4,7 +4,7 @@
use Illuminate\Console\Command;
-use Nasqueron\Notifications\Features;
+use Nasqueron\Notifications\Config\Features;
use Nasqueron\Notifications\Services\Service;
use Config;
diff --git a/app/Http/Controllers/Gate/GateController.php b/app/Http/Controllers/Gate/GateController.php
--- a/app/Http/Controllers/Gate/GateController.php
+++ b/app/Http/Controllers/Gate/GateController.php
@@ -2,7 +2,7 @@
namespace Nasqueron\Notifications\Http\Controllers\Gate;
-use Nasqueron\Notifications\Features;
+use Nasqueron\Notifications\Config\Features;
use Nasqueron\Notifications\Http\Controllers\Controller;
use Nasqueron\Notifications\Services\Service;
diff --git a/app/Http/routes.php b/app/Http/routes.php
--- a/app/Http/routes.php
+++ b/app/Http/routes.php
@@ -1,6 +1,6 @@
<?php
-use Nasqueron\Notifications\Features;
+use Nasqueron\Notifications\Config\Features;
/*
|--------------------------------------------------------------------------
diff --git a/tests/Console/Commands/ConfigShowTest.php b/tests/Console/Commands/ConfigShowTest.php
--- a/tests/Console/Commands/ConfigShowTest.php
+++ b/tests/Console/Commands/ConfigShowTest.php
@@ -2,7 +2,7 @@
namespace Nasqueron\Notifications\Tests\Console\Commands;
-use Nasqueron\Notifications\Features;
+use Nasqueron\Notifications\Config\Features;
use Nasqueron\Notifications\Services\Service;
use Mockery;
diff --git a/tests/FeaturesTest.php b/tests/FeaturesTest.php
--- a/tests/FeaturesTest.php
+++ b/tests/FeaturesTest.php
@@ -2,7 +2,7 @@
namespace Nasqueron\Notifications\Tests;
-use Nasqueron\Notifications\Features;
+use Nasqueron\Notifications\Config\Features;
class FeaturesTest extends TestCase {
public function testEnable () {
diff --git a/tests/Http/PayloadFullTest.php b/tests/Http/PayloadFullTest.php
--- a/tests/Http/PayloadFullTest.php
+++ b/tests/Http/PayloadFullTest.php
@@ -3,7 +3,7 @@
namespace Nasqueron\Notifications\Tests;
use Keruald\Broker\BlackholeBroker;
-use Nasqueron\Notifications\Features;
+use Nasqueron\Notifications\Config\Features;
class PayloadFullTest extends TestCase {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 01:34 (21 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2250056
Default Alt Text
D786.id1988.diff (2 KB)
Attached To
Mode
D786: Move Features to Nasqueron\Notifications\Config namespace
Attached
Detach File
Event Timeline
Log In to Comment