File tree Expand file tree Collapse file tree 10 files changed +90
-0
lines changed Expand file tree Collapse file tree 10 files changed +90
-0
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the Laravel Quotes package.
5
+ *
6
+ * (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
3
12
namespace Unicodeveloper \Quotes \Commands ;
4
13
5
14
use Illuminate \Console \Command ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the Laravel Quotes package.
5
+ *
6
+ * (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
3
12
namespace Unicodeveloper \Quotes \Commands ;
4
13
5
14
use Illuminate \Console \Command ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the Laravel Quotes package.
5
+ *
6
+ * (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
3
12
namespace Unicodeveloper \Quotes \Commands ;
4
13
5
14
use Illuminate \Console \Command ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the Laravel Quotes package.
5
+ *
6
+ * (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
3
12
namespace Unicodeveloper \Quotes \Facades ;
4
13
5
14
use Illuminate \Support \Facades \Facade ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the Laravel Quotes package.
5
+ *
6
+ * (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
3
12
namespace Unicodeveloper \Quotes ;
4
13
5
14
use GuzzleHttp \Client ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the Laravel Quotes package.
5
+ *
6
+ * (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
3
12
return [
4
13
5
14
/*
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the Laravel Quotes package.
5
+ *
6
+ * (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
3
12
return [
4
13
5
14
/*
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the Laravel Quotes package.
5
+ *
6
+ * (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
3
12
return [
4
13
5
14
/*
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the Laravel Quotes package.
5
+ *
6
+ * (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
3
12
namespace Unicodeveloper \Quotes ;
4
13
5
14
use Illuminate \Support \ServiceProvider ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the Laravel Quotes package.
5
+ *
6
+ * (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
3
12
namespace Unicodeveloper \Quotes \Test ;
4
13
5
14
use PHPUnit_Framework_TestCase ;
You can’t perform that action at this time.
0 commit comments