Skip to content

Commit 3efa5ac

Browse files
author
Prosper Otemuyiwa
authored
Merge pull request #25 from LaravelParse/rename-sessionstorage
Rename to LaravelParse
2 parents 3a88934 + 759198e commit 3efa5ac

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)