Skip to content

Commit 759198e

Browse files
Rename to LaravelParse
1 parent 3a88934 commit 759198e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/ParseSessionStorage.php

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<?php
22

3-
namespace GrahamCampbell\Parse;
3+
/*
4+
* This file is part of Laravel Parse.
5+
*
6+
* (c) Graham Campbell <graham@alt-three.com>
7+
* (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
8+
*
9+
* For the full copyright and license information, please view the LICENSE
10+
* file that was distributed with this source code.
11+
*/
12+
13+
namespace LaravelParse\Parse;
414

515
use Illuminate\Session\SessionManager;
616
use Parse\ParseStorageInterface;

0 commit comments

Comments
 (0)